Html Css Color HEX #ADFC55 Conifer

📋 copy color: '#ADFC55'

red 173 ◦ green 252 ◦ blue 85

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

Shades of Conifer #ADFC55

Tints of Conifer #ADFC55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.67%

R = 33.92%
G = 49.41%
B = 16.67%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#ADFC55 (or 0xADFC55) is known color: Conifer. HEX triplet: AD, FC and 55. RGB value is (173,252,85). Sum of RGB (Red+Green+Blue) = 173+252+85=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 252 (98.83% from 255 or 49.41% from 510); Blue value is 85 (33.59% from 255 or 16.67% from 510); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFC55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFC55 is #5203AA. Grayscale: #D1D1D1. Windows color (decimal): -5374891 or 5635245. OLE color: 5635245.

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

Color convert

RGB 173 252 85 -
CMYK 0.31 0 0.66 0.01
HSL 88.38º 0.97% 0.66% -
HSV(B) 88.38º 0.66% 0.99% -
XYZ 53.68 79.16 21.04 -
YUV 209.34 57.83 102.08 -
System Red Green Blue C M Y K H S L
Decimal 173 252 85 0.31 0 0.66 0.01 88.38 0.97 0.66
Hex AD FC 55 1F 0 42 1 58 61 42
Octal 255 374 125 37 0 102 1 130 141 102
Binary 10101101 11111100 1010101 11111 0 1000010 1 1011000 1100001 1000010

Color Harmonies of #ADFC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFC55

Black with #ADFC55

Text Example


Text Example

White with #ADFC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFC55; }

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

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

background-color css

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

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

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

border-color css

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

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

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