Html Css Color HEX #AFDE55 Conifer

📋 copy color: '#AFDE55'

red 175 ◦ green 222 ◦ blue 85

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

Shades of Conifer #AFDE55

Tints of Conifer #AFDE55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.63%

R = 36.31%
G = 46.06%
B = 17.63%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#AFDE55 (or 0xAFDE55) is known color: Conifer. HEX triplet: AF, DE and 55. RGB value is (175,222,85). Sum of RGB (Red+Green+Blue) = 175+222+85=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 222 (87.11% from 255 or 46.06% from 482); Blue value is 85 (33.59% from 255 or 17.63% from 482); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDE55 is #5021AA. Grayscale: #C0C0C0. Windows color (decimal): -5251499 or 5627567. OLE color: 5627567.

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

Color convert

RGB 175 222 85 -
CMYK 0.21 0 0.62 0.13
HSL 80.58º 0.67% 0.6% -
HSV(B) 80.58º 0.62% 0.87% -
XYZ 45.44 62.01 18.17 -
YUV 192.33 67.43 115.64 -
System Red Green Blue C M Y K H S L
Decimal 175 222 85 0.21 0 0.62 0.13 80.58 0.67 0.6
Hex AF DE 55 15 0 3E D 51 43 3C
Octal 257 336 125 25 0 76 15 121 103 74
Binary 10101111 11011110 1010101 10101 0 111110 1101 1010001 1000011 111100

Color Harmonies of #AFDE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDE55

Black with #AFDE55

Text Example


Text Example

White with #AFDE55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDE55; }

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

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

background-color css

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

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

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

border-color css

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

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

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