Html Css Color HEX #AFDB4E Conifer

📋 copy color: '#AFDB4E'

red 175 ◦ green 219 ◦ blue 78

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

Shades of Conifer #AFDB4E

Tints of Conifer #AFDB4E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.4%

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

R = 37.08%
G = 46.4%
B = 16.53%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#AFDB4E (or 0xAFDB4E) is known color: Conifer. HEX triplet: AF, DB and 4E. RGB value is (175,219,78). Sum of RGB (Red+Green+Blue) = 175+219+78=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 78 (30.86% from 255 or 16.53% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDB4E is #5024B1. Grayscale: #BEBEBE. Windows color (decimal): -5252274 or 5168047. OLE color: 5168047.

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

Color convert

RGB 175 219 78 -
CMYK 0.20 0 0.64 0.14
HSL 78.72º 0.66% 0.58% -
HSV(B) 78.72º 0.64% 0.86% -
XYZ 44.39 60.33 16.51 -
YUV 189.77 64.92 117.46 -
System Red Green Blue C M Y K H S L
Decimal 175 219 78 0.20 0 0.64 0.14 78.72 0.66 0.58
Hex AF DB 4E 14 0 40 E 4F 42 3A
Octal 257 333 116 24 0 100 16 117 102 72
Binary 10101111 11011011 1001110 10100 0 1000000 1110 1001111 1000010 111010

Color Harmonies of #AFDB4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDB4E

Black with #AFDB4E

Text Example


Text Example

White with #AFDB4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDB4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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