Html Css Color HEX #AFE852 Conifer

📋 copy color: '#AFE852'

red 175 ◦ green 232 ◦ blue 82

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

Shades of Conifer #AFE852

Tints of Conifer #AFE852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.77%

R = 35.79%
G = 47.44%
B = 16.77%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#AFE852 (or 0xAFE852) is known color: Conifer. HEX triplet: AF, E8 and 52. RGB value is (175,232,82). Sum of RGB (Red+Green+Blue) = 175+232+82=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 232 (91.02% from 255 or 47.44% from 489); Blue value is 82 (32.42% from 255 or 16.77% from 489); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE852 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE852 is #5017AD. Grayscale: #C6C6C6. Windows color (decimal): -5248942 or 5433519. OLE color: 5433519.

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

Color convert

RGB 175 232 82 -
CMYK 0.25 0 0.65 0.09
HSL 82.8º 0.77% 0.62% -
HSV(B) 82.8º 0.65% 0.91% -
XYZ 48.06 67.44 18.47 -
YUV 197.86 62.62 111.7 -
System Red Green Blue C M Y K H S L
Decimal 175 232 82 0.25 0 0.65 0.09 82.8 0.77 0.62
Hex AF E8 52 19 0 41 9 53 4D 3E
Octal 257 350 122 31 0 101 11 123 115 76
Binary 10101111 11101000 1010010 11001 0 1000001 1001 1010011 1001101 111110

Color Harmonies of #AFE852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE852

Black with #AFE852

Text Example


Text Example

White with #AFE852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE852; }

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

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

background-color css

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

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

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

border-color css

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

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

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