Html Css Color HEX #AFE452 Conifer

📋 copy color: '#AFE452'

red 175 ◦ green 228 ◦ blue 82

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

Shades of Conifer #AFE452

Tints of Conifer #AFE452

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.01%

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

R = 36.08%
G = 47.01%
B = 16.91%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#AFE452 (or 0xAFE452) is known color: Conifer. HEX triplet: AF, E4 and 52. RGB value is (175,228,82). Sum of RGB (Red+Green+Blue) = 175+228+82=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 228 (89.45% from 255 or 47.01% from 485); Blue value is 82 (32.42% from 255 or 16.91% from 485); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE452 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE452 is #501BAD. Grayscale: #C4C4C4. Windows color (decimal): -5249966 or 5432495. OLE color: 5432495.

HSL color Cylindrical-coordinate representation of color #AFE452: hue angle of 81.78º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFE452 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 228 82 -
CMYK 0.23 0 0.64 0.11
HSL 81.78º 0.73% 0.61% -
HSV(B) 81.78º 0.64% 0.89% -
XYZ 46.95 65.21 18.1 -
YUV 195.51 63.94 113.37 -
System Red Green Blue C M Y K H S L
Decimal 175 228 82 0.23 0 0.64 0.11 81.78 0.73 0.61
Hex AF E4 52 17 0 40 B 52 49 3D
Octal 257 344 122 27 0 100 13 122 111 75
Binary 10101111 11100100 1010010 10111 0 1000000 1011 1010010 1001001 111101

Color Harmonies of #AFE452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE452

Black with #AFE452

Text Example


Text Example

White with #AFE452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE452; }

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

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

background-color css

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

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

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

border-color css

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

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

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