Html Css Color HEX #AFD552 Conifer

📋 copy color: '#AFD552'

red 175 ◦ green 213 ◦ blue 82

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

Shades of Conifer #AFD552

Tints of Conifer #AFD552

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.32%

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

R = 37.23%
G = 45.32%
B = 17.45%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#AFD552 (or 0xAFD552) is known color: Conifer. HEX triplet: AF, D5 and 52. RGB value is (175,213,82). Sum of RGB (Red+Green+Blue) = 175+213+82=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 82 (32.42% from 255 or 17.45% from 470); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD552 is #502AAD. Grayscale: #BBBBBB. Windows color (decimal): -5253806 or 5428655. OLE color: 5428655.

HSL color Cylindrical-coordinate representation of color #AFD552: hue angle of 77.4º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFD552 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 213 82 -
CMYK 0.18 0 0.62 0.16
HSL 77.4º 0.61% 0.58% -
HSV(B) 77.4º 0.62% 0.84% -
XYZ 43 57.31 16.78 -
YUV 186.7 68.91 119.65 -
System Red Green Blue C M Y K H S L
Decimal 175 213 82 0.18 0 0.62 0.16 77.4 0.61 0.58
Hex AF D5 52 12 0 3E 10 4D 3D 3A
Octal 257 325 122 22 0 76 20 115 75 72
Binary 10101111 11010101 1010010 10010 0 111110 10000 1001101 111101 111010

Color Harmonies of #AFD552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD552

Black with #AFD552

Text Example


Text Example

White with #AFD552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD552; }

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

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

background-color css

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

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

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

border-color css

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

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

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