Html Css Color HEX #AFDE56 Conifer

📋 copy color: '#AFDE56'

red 175 ◦ green 222 ◦ blue 86

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

Shades of Conifer #AFDE56

Tints of Conifer #AFDE56

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.96%

 BLUE value IS 86 (33.98% from 255) = 17.81%

R = 36.23%
G = 45.96%
B = 17.81%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#AFDE56 (or 0xAFDE56) is known color: Conifer. HEX triplet: AF, DE and 56. RGB value is (175,222,86). Sum of RGB (Red+Green+Blue) = 175+222+86=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 222 (87.11% from 255 or 45.96% from 483); Blue value is 86 (33.98% from 255 or 17.81% from 483); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDE56 is #5021A9. Grayscale: #C0C0C0. Windows color (decimal): -5251498 or 5693103. OLE color: 5693103.

HSL color Cylindrical-coordinate representation of color #AFDE56: hue angle of 80.74º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AFDE56 is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 222 86 -
CMYK 0.21 0 0.61 0.13
HSL 80.74º 0.67% 0.6% -
HSV(B) 80.74º 0.61% 0.87% -
XYZ 45.48 62.03 18.38 -
YUV 192.44 67.93 115.56 -
System Red Green Blue C M Y K H S L
Decimal 175 222 86 0.21 0 0.61 0.13 80.74 0.67 0.6
Hex AF DE 56 15 0 3D D 51 43 3C
Octal 257 336 126 25 0 75 15 121 103 74
Binary 10101111 11011110 1010110 10101 0 111101 1101 1010001 1000011 111100

Color Harmonies of #AFDE56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDE56

Black with #AFDE56

Text Example


Text Example

White with #AFDE56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDE56; }

 p { color: rgb(175,222,86); }

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

background-color css

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

 a { background-color: rgb(175,222,86); }

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

border-color css

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

 span { border-color: rgb(175,222,86); }

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