Html Css Color HEX #AFE756 Conifer

📋 copy color: '#AFE756'

red 175 ◦ green 231 ◦ blue 86

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

Shades of Conifer #AFE756

Tints of Conifer #AFE756

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.95%

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

R = 35.57%
G = 46.95%
B = 17.48%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#AFE756 (or 0xAFE756) is known color: Conifer. HEX triplet: AF, E7 and 56. RGB value is (175,231,86). Sum of RGB (Red+Green+Blue) = 175+231+86=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 231 (90.62% from 255 or 46.95% from 492); Blue value is 86 (33.98% from 255 or 17.48% from 492); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE756 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE756 is #5018A9. Grayscale: #C6C6C6. Windows color (decimal): -5249194 or 5695407. OLE color: 5695407.

HSL color Cylindrical-coordinate representation of color #AFE756: hue angle of 83.17º degrees, saturation: 0.75, 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 #AFE756 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 231 86 -
CMYK 0.24 0 0.63 0.09
HSL 83.17º 0.75% 0.62% -
HSV(B) 83.17º 0.63% 0.91% -
XYZ 47.93 66.94 19.2 -
YUV 197.73 64.95 111.79 -
System Red Green Blue C M Y K H S L
Decimal 175 231 86 0.24 0 0.63 0.09 83.17 0.75 0.62
Hex AF E7 56 18 0 3F 9 53 4B 3E
Octal 257 347 126 30 0 77 11 123 113 76
Binary 10101111 11100111 1010110 11000 0 111111 1001 1010011 1001011 111110

Color Harmonies of #AFE756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE756

Black with #AFE756

Text Example


Text Example

White with #AFE756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE756; }

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

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

background-color css

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

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

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

border-color css

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

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

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