Html Css Color HEX #AFDB63 Conifer

📋 copy color: '#AFDB63'

red 175 ◦ green 219 ◦ blue 99

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

Shades of Conifer #AFDB63

Tints of Conifer #AFDB63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.08%

R = 35.5%
G = 44.42%
B = 20.08%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#AFDB63 (or 0xAFDB63) is known color: Conifer. HEX triplet: AF, DB and 63. RGB value is (175,219,99). Sum of RGB (Red+Green+Blue) = 175+219+99=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 99 (39.06% from 255 or 20.08% from 493); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDB63 is #50249C. Grayscale: #C0C0C0. Windows color (decimal): -5252253 or 6544303. OLE color: 6544303.

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

Color convert

RGB 175 219 99 -
CMYK 0.20 0 0.55 0.14
HSL 82º 0.63% 0.62% -
HSV(B) 82º 0.55% 0.86% -
XYZ 45.26 60.68 21.13 -
YUV 192.16 75.42 115.76 -
System Red Green Blue C M Y K H S L
Decimal 175 219 99 0.20 0 0.55 0.14 82 0.63 0.62
Hex AF DB 63 14 0 37 E 52 3E 3E
Octal 257 333 143 24 0 67 16 122 76 76
Binary 10101111 11011011 1100011 10100 0 110111 1110 1010010 111110 111110

Color Harmonies of #AFDB63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDB63

Black with #AFDB63

Text Example


Text Example

White with #AFDB63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDB63; }

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

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

background-color css

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

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

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

border-color css

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

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

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