Html Css Color HEX #AFD852 Conifer

📋 copy color: '#AFD852'

red 175 ◦ green 216 ◦ blue 82

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

Shades of Conifer #AFD852

Tints of Conifer #AFD852

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.67%

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

R = 37%
G = 45.67%
B = 17.34%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#AFD852 (or 0xAFD852) is known color: Conifer. HEX triplet: AF, D8 and 52. RGB value is (175,216,82). Sum of RGB (Red+Green+Blue) = 175+216+82=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 216 (84.77% from 255 or 45.67% from 473); Blue value is 82 (32.42% from 255 or 17.34% from 473); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD852 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD852 is #5027AD. Grayscale: #BCBCBC. Windows color (decimal): -5253038 or 5429423. OLE color: 5429423.

HSL color Cylindrical-coordinate representation of color #AFD852: hue angle of 78.36º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFD852 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 216 82 -
CMYK 0.19 0 0.62 0.15
HSL 78.36º 0.63% 0.58% -
HSV(B) 78.36º 0.62% 0.85% -
XYZ 43.76 58.83 17.03 -
YUV 188.47 67.92 118.4 -
System Red Green Blue C M Y K H S L
Decimal 175 216 82 0.19 0 0.62 0.15 78.36 0.63 0.58
Hex AF D8 52 13 0 3E F 4E 3F 3A
Octal 257 330 122 23 0 76 17 116 77 72
Binary 10101111 11011000 1010010 10011 0 111110 1111 1001110 111111 111010

Color Harmonies of #AFD852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD852

Black with #AFD852

Text Example


Text Example

White with #AFD852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD852; }

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

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

background-color css

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

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

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

border-color css

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

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

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