Html Css Color HEX #ADFE55 Conifer

📋 copy color: '#ADFE55'

red 173 ◦ green 254 ◦ blue 85

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

Shades of Conifer #ADFE55

Tints of Conifer #ADFE55

RGB

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

 GREEN value IS 254 (99.61% from 255) = 49.61%

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

R = 33.79%
G = 49.61%
B = 16.6%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#ADFE55 (or 0xADFE55) is known color: Conifer. HEX triplet: AD, FE and 55. RGB value is (173,254,85). Sum of RGB (Red+Green+Blue) = 173+254+85=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 254 (99.61% from 255 or 49.61% from 512); Blue value is 85 (33.59% from 255 or 16.60% from 512); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFE55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFE55 is #5201AA. Grayscale: #D3D3D3. Windows color (decimal): -5374379 or 5635757. OLE color: 5635757.

HSL color Cylindrical-coordinate representation of color #ADFE55: hue angle of 88.76º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ADFE55 is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.

Color convert

RGB 173 254 85 -
CMYK 0.32 0 0.67 0.00
HSL 88.76º 0.99% 0.66% -
HSV(B) 88.76º 0.67% 1% -
XYZ 54.32 80.42 21.25 -
YUV 210.52 57.16 101.24 -
System Red Green Blue C M Y K H S L
Decimal 173 254 85 0.32 0 0.67 0.00 88.76 0.99 0.66
Hex AD FE 55 20 0 43 0 59 63 42
Octal 255 376 125 40 0 103 0 131 143 102
Binary 10101101 11111110 1010101 100000 0 1000011 0 1011001 1100011 1000010

Color Harmonies of #ADFE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFE55

Black with #ADFE55

Text Example


Text Example

White with #ADFE55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFE55; }

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

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

background-color css

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

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

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

border-color css

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

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

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