Html Css Color HEX #AFD752 Conifer

📋 copy color: '#AFD752'

red 175 ◦ green 215 ◦ blue 82

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

Shades of Conifer #AFD752

Tints of Conifer #AFD752

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.55%

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

R = 37.08%
G = 45.55%
B = 17.37%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#AFD752 (or 0xAFD752) is known color: Conifer. HEX triplet: AF, D7 and 52. RGB value is (175,215,82). Sum of RGB (Red+Green+Blue) = 175+215+82=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 215 (84.38% from 255 or 45.55% from 472); Blue value is 82 (32.42% from 255 or 17.37% from 472); Max value from RGB is 215 - color contains mainly: green. Hex color #AFD752 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD752 is #5028AD. Grayscale: #BCBCBC. Windows color (decimal): -5253294 or 5429167. OLE color: 5429167.

HSL color Cylindrical-coordinate representation of color #AFD752: hue angle of 78.05º degrees, saturation: 0.62, 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 #AFD752 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 215 82 -
CMYK 0.19 0 0.62 0.16
HSL 78.05º 0.62% 0.58% -
HSV(B) 78.05º 0.62% 0.84% -
XYZ 43.5 58.32 16.95 -
YUV 187.88 68.25 118.81 -
System Red Green Blue C M Y K H S L
Decimal 175 215 82 0.19 0 0.62 0.16 78.05 0.62 0.58
Hex AF D7 52 13 0 3E 10 4E 3E 3A
Octal 257 327 122 23 0 76 20 116 76 72
Binary 10101111 11010111 1010010 10011 0 111110 10000 1001110 111110 111010

Color Harmonies of #AFD752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD752

Black with #AFD752

Text Example


Text Example

White with #AFD752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD752; }

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

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

background-color css

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

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

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

border-color css

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

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

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