Html Css Color HEX #AFE752 Conifer

📋 copy color: '#AFE752'

red 175 ◦ green 231 ◦ blue 82

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

Shades of Conifer #AFE752

Tints of Conifer #AFE752

RGB

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

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

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

R = 35.86%
G = 47.34%
B = 16.8%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#AFE752 (or 0xAFE752) is known color: Conifer. HEX triplet: AF, E7 and 52. RGB value is (175,231,82). Sum of RGB (Red+Green+Blue) = 175+231+82=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 231 (90.62% from 255 or 47.34% from 488); Blue value is 82 (32.42% from 255 or 16.80% from 488); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE752 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE752 is #5018AD. Grayscale: #C5C5C5. Windows color (decimal): -5249198 or 5433263. OLE color: 5433263.

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

Color convert

RGB 175 231 82 -
CMYK 0.24 0 0.65 0.09
HSL 82.55º 0.76% 0.61% -
HSV(B) 82.55º 0.65% 0.91% -
XYZ 47.78 66.87 18.37 -
YUV 197.27 62.95 112.12 -
System Red Green Blue C M Y K H S L
Decimal 175 231 82 0.24 0 0.65 0.09 82.55 0.76 0.61
Hex AF E7 52 18 0 41 9 53 4C 3D
Octal 257 347 122 30 0 101 11 123 114 75
Binary 10101111 11100111 1010010 11000 0 1000001 1001 1010011 1001100 111101

Color Harmonies of #AFE752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE752

Black with #AFE752

Text Example


Text Example

White with #AFE752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE752; }

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

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

background-color css

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

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

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

border-color css

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

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

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