Html Css Color HEX #AFDA4E Conifer

📋 copy color: '#AFDA4E'

red 175 ◦ green 218 ◦ blue 78

#AFDA4E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #AFDA4E

Tints of Conifer #AFDA4E

RGB

 RED value IS 175 (68.75% from 255) = 37.15%

 GREEN value IS 218 (85.55% from 255) = 46.28%

 BLUE value IS 78 (30.86% from 255) = 16.56%

R = 37.15%
G = 46.28%
B = 16.56%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.64

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AFDA4E (or 0xAFDA4E) is known color: Conifer. HEX triplet: AF, DA and 4E. RGB value is (175,218,78). Sum of RGB (Red+Green+Blue) = 175+218+78=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 78 (30.86% from 255 or 16.56% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDA4E is #5025B1. Grayscale: #BDBDBD. Windows color (decimal): -5252530 or 5167791. OLE color: 5167791.

HSL color Cylindrical-coordinate representation of color #AFDA4E: hue angle of 78.43º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFDA4E is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 218 78 -
CMYK 0.20 0 0.64 0.15
HSL 78.43º 0.65% 0.58% -
HSV(B) 78.43º 0.64% 0.85% -
XYZ 44.13 59.81 16.43 -
YUV 189.18 65.25 117.88 -
System Red Green Blue C M Y K H S L
Decimal 175 218 78 0.20 0 0.64 0.15 78.43 0.65 0.58
Hex AF DA 4E 14 0 40 F 4E 41 3A
Octal 257 332 116 24 0 100 17 116 101 72
Binary 10101111 11011010 1001110 10100 0 1000000 1111 1001110 1000001 111010

Color Harmonies of #AFDA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDA4E

Black with #AFDA4E

Text Example


Text Example

White with #AFDA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDA4E; }

 p { color: rgb(175,218,78); }

 H1.HeaderClassName
 {
   color: #AFDA4E;
 }
 .AnyTagClassName
 {
   color: #AFDA4E;
 }
</style>

background-color css

<style>
 a { background-color: #AFDA4E; }

 a { background-color: rgb(175,218,78); }

 div.DivClassName
 {
   background-color: #AFDA4E;
 }
 .BgClassName
 {
   background-color: #AFDA4E;
 }
</style>

border-color css

<style>
 span { border-color: #AFDA4E; }

 span { border-color: rgb(175,218,78); }

 td.TdClassName
 {
   border-color: #AFDA4E;
 }
 .TagClassName
 {
   border-color: #AFDA4E;
 }
</style>