Html Css Color HEX #ADEB55 Conifer

📋 copy color: '#ADEB55'

red 173 ◦ green 235 ◦ blue 85

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

Shades of Conifer #ADEB55

Tints of Conifer #ADEB55

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.67%

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

R = 35.09%
G = 47.67%
B = 17.24%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#ADEB55 (or 0xADEB55) is known color: Conifer. HEX triplet: AD, EB and 55. RGB value is (173,235,85). Sum of RGB (Red+Green+Blue) = 173+235+85=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 235 (92.19% from 255 or 47.67% from 493); Blue value is 85 (33.59% from 255 or 17.24% from 493); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEB55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEB55 is #5214AA. Grayscale: #C7C7C7. Windows color (decimal): -5379243 or 5630893. OLE color: 5630893.

HSL color Cylindrical-coordinate representation of color #ADEB55: hue angle of 84.8º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADEB55 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 235 85 -
CMYK 0.26 0 0.64 0.08
HSL 84.8º 0.79% 0.63% -
HSV(B) 84.8º 0.64% 0.92% -
XYZ 48.58 68.96 19.34 -
YUV 199.36 63.46 109.2 -
System Red Green Blue C M Y K H S L
Decimal 173 235 85 0.26 0 0.64 0.08 84.8 0.79 0.63
Hex AD EB 55 1A 0 40 8 55 4F 3F
Octal 255 353 125 32 0 100 10 125 117 77
Binary 10101101 11101011 1010101 11010 0 1000000 1000 1010101 1001111 111111

Color Harmonies of #ADEB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEB55

Black with #ADEB55

Text Example


Text Example

White with #ADEB55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEB55; }

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

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

background-color css

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

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

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

border-color css

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

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

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