Html Css Color HEX #AFDD52 Conifer

📋 copy color: '#AFDD52'

red 175 ◦ green 221 ◦ blue 82

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

Shades of Conifer #AFDD52

Tints of Conifer #AFDD52

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.23%

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

R = 36.61%
G = 46.23%
B = 17.15%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#AFDD52 (or 0xAFDD52) is known color: Conifer. HEX triplet: AF, DD and 52. RGB value is (175,221,82). Sum of RGB (Red+Green+Blue) = 175+221+82=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 82 (32.42% from 255 or 17.15% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDD52 is #5022AD. Grayscale: #BFBFBF. Windows color (decimal): -5251758 or 5430703. OLE color: 5430703.

HSL color Cylindrical-coordinate representation of color #AFDD52: hue angle of 79.86º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFDD52 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 221 82 -
CMYK 0.21 0 0.63 0.13
HSL 79.86º 0.67% 0.59% -
HSV(B) 79.86º 0.63% 0.87% -
XYZ 45.06 61.44 17.47 -
YUV 191.4 66.26 116.3 -
System Red Green Blue C M Y K H S L
Decimal 175 221 82 0.21 0 0.63 0.13 79.86 0.67 0.59
Hex AF DD 52 15 0 3F D 50 43 3B
Octal 257 335 122 25 0 77 15 120 103 73
Binary 10101111 11011101 1010010 10101 0 111111 1101 1010000 1000011 111011

Color Harmonies of #AFDD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDD52

Black with #AFDD52

Text Example


Text Example

White with #AFDD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDD52; }

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

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

background-color css

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

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

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

border-color css

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

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

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