Html Css Color HEX #AFDB64 Conifer

📋 copy color: '#AFDB64'

red 175 ◦ green 219 ◦ blue 100

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

Shades of Conifer #AFDB64

Tints of Conifer #AFDB64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.24%

R = 35.43%
G = 44.33%
B = 20.24%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#AFDB64 (or 0xAFDB64) is known color: Conifer. HEX triplet: AF, DB and 64. RGB value is (175,219,100). Sum of RGB (Red+Green+Blue) = 175+219+100=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 100 (39.45% from 255 or 20.24% from 494); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDB64 is #50249B. Grayscale: #C0C0C0. Windows color (decimal): -5252252 or 6609839. OLE color: 6609839.

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

Color convert

RGB 175 219 100 -
CMYK 0.20 0 0.54 0.14
HSL 82.18º 0.62% 0.63% -
HSV(B) 82.18º 0.54% 0.86% -
XYZ 45.31 60.7 21.38 -
YUV 192.28 75.92 115.68 -
System Red Green Blue C M Y K H S L
Decimal 175 219 100 0.20 0 0.54 0.14 82.18 0.62 0.63
Hex AF DB 64 14 0 36 E 52 3E 3F
Octal 257 333 144 24 0 66 16 122 76 77
Binary 10101111 11011011 1100100 10100 0 110110 1110 1010010 111110 111111

Color Harmonies of #AFDB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDB64

Black with #AFDB64

Text Example


Text Example

White with #AFDB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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