Html Css Color HEX #AFDB52 Conifer

📋 copy color: '#AFDB52'

red 175 ◦ green 219 ◦ blue 82

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

Shades of Conifer #AFDB52

Tints of Conifer #AFDB52

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.01%

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

R = 36.76%
G = 46.01%
B = 17.23%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#AFDB52 (or 0xAFDB52) is known color: Conifer. HEX triplet: AF, DB and 52. RGB value is (175,219,82). Sum of RGB (Red+Green+Blue) = 175+219+82=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 82 (32.42% from 255 or 17.23% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDB52 is #5024AD. Grayscale: #BEBEBE. Windows color (decimal): -5252270 or 5430191. OLE color: 5430191.

HSL color Cylindrical-coordinate representation of color #AFDB52: hue angle of 79.27º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFDB52 is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 219 82 -
CMYK 0.20 0 0.63 0.14
HSL 79.27º 0.66% 0.59% -
HSV(B) 79.27º 0.63% 0.86% -
XYZ 44.53 60.39 17.29 -
YUV 190.23 66.92 117.14 -
System Red Green Blue C M Y K H S L
Decimal 175 219 82 0.20 0 0.63 0.14 79.27 0.66 0.59
Hex AF DB 52 14 0 3F E 4F 42 3B
Octal 257 333 122 24 0 77 16 117 102 73
Binary 10101111 11011011 1010010 10100 0 111111 1110 1001111 1000010 111011

Color Harmonies of #AFDB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDB52

Black with #AFDB52

Text Example


Text Example

White with #AFDB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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