Html Css Color HEX #AFE855 Conifer

📋 copy color: '#AFE855'

red 175 ◦ green 232 ◦ blue 85

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

Shades of Conifer #AFE855

Tints of Conifer #AFE855

RGB

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

 GREEN value IS 232 (91.02% from 255) = 47.15%

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

R = 35.57%
G = 47.15%
B = 17.28%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#AFE855 (or 0xAFE855) is known color: Conifer. HEX triplet: AF, E8 and 55. RGB value is (175,232,85). Sum of RGB (Red+Green+Blue) = 175+232+85=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 232 (91.02% from 255 or 47.15% from 492); Blue value is 85 (33.59% from 255 or 17.28% from 492); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE855 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE855 is #5017AA. Grayscale: #C6C6C6. Windows color (decimal): -5248939 or 5630127. OLE color: 5630127.

HSL color Cylindrical-coordinate representation of color #AFE855: hue angle of 83.27º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFE855 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 232 85 -
CMYK 0.25 0 0.63 0.09
HSL 83.27º 0.76% 0.62% -
HSV(B) 83.27º 0.63% 0.91% -
XYZ 48.18 67.48 19.08 -
YUV 198.2 64.12 111.45 -
System Red Green Blue C M Y K H S L
Decimal 175 232 85 0.25 0 0.63 0.09 83.27 0.76 0.62
Hex AF E8 55 19 0 3F 9 53 4C 3E
Octal 257 350 125 31 0 77 11 123 114 76
Binary 10101111 11101000 1010101 11001 0 111111 1001 1010011 1001100 111110

Color Harmonies of #AFE855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE855

Black with #AFE855

Text Example


Text Example

White with #AFE855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE855; }

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

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

background-color css

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

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

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

border-color css

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

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

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