Html Css Color HEX #ADFC52 Conifer

📋 copy color: '#ADFC52'

red 173 ◦ green 252 ◦ blue 82

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

Shades of Conifer #ADFC52

Tints of Conifer #ADFC52

RGB

 RED value IS 173 (67.97% from 255) = 34.12%

 GREEN value IS 252 (98.83% from 255) = 49.7%

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

R = 34.12%
G = 49.7%
B = 16.17%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#ADFC52 (or 0xADFC52) is known color: Conifer. HEX triplet: AD, FC and 52. RGB value is (173,252,82). Sum of RGB (Red+Green+Blue) = 173+252+82=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 252 (98.83% from 255 or 49.70% from 507); Blue value is 82 (32.42% from 255 or 16.17% from 507); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFC52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFC52 is #5203AD. Grayscale: #D1D1D1. Windows color (decimal): -5374894 or 5438637. OLE color: 5438637.

HSL color Cylindrical-coordinate representation of color #ADFC52: hue angle of 87.88º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ADFC52 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 252 82 -
CMYK 0.31 0 0.67 0.01
HSL 87.88º 0.97% 0.65% -
HSV(B) 87.88º 0.67% 0.99% -
XYZ 53.57 79.11 20.43 -
YUV 209 56.33 102.32 -
System Red Green Blue C M Y K H S L
Decimal 173 252 82 0.31 0 0.67 0.01 87.88 0.97 0.65
Hex AD FC 52 1F 0 43 1 58 61 41
Octal 255 374 122 37 0 103 1 130 141 101
Binary 10101101 11111100 1010010 11111 0 1000011 1 1011000 1100001 1000001

Color Harmonies of #ADFC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFC52

Black with #ADFC52

Text Example


Text Example

White with #ADFC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFC52; }

 p { color: rgb(173,252,82); }

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

background-color css

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

 a { background-color: rgb(173,252,82); }

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

border-color css

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

 span { border-color: rgb(173,252,82); }

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