Html Css Color HEX #AFDB60 Conifer

📋 copy color: '#AFDB60'

red 175 ◦ green 219 ◦ blue 96

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

Shades of Conifer #AFDB60

Tints of Conifer #AFDB60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.59%

R = 35.71%
G = 44.69%
B = 19.59%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#AFDB60 (or 0xAFDB60) is known color: Conifer. HEX triplet: AF, DB and 60. RGB value is (175,219,96). Sum of RGB (Red+Green+Blue) = 175+219+96=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 96 (37.89% from 255 or 19.59% from 490); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDB60 is #50249F. Grayscale: #C0C0C0. Windows color (decimal): -5252256 or 6347695. OLE color: 6347695.

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

Color convert

RGB 175 219 96 -
CMYK 0.20 0 0.56 0.14
HSL 81.46º 0.63% 0.62% -
HSV(B) 81.46º 0.56% 0.86% -
XYZ 45.12 60.62 20.39 -
YUV 191.82 73.92 116 -
System Red Green Blue C M Y K H S L
Decimal 175 219 96 0.20 0 0.56 0.14 81.46 0.63 0.62
Hex AF DB 60 14 0 38 E 51 3F 3E
Octal 257 333 140 24 0 70 16 121 77 76
Binary 10101111 11011011 1100000 10100 0 111000 1110 1010001 111111 111110

Color Harmonies of #AFDB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDB60

Black with #AFDB60

Text Example


Text Example

White with #AFDB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDB60; }

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

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

background-color css

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

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

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

border-color css

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

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

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