Html Css Color HEX #ADED55 Conifer

📋 copy color: '#ADED55'

red 173 ◦ green 237 ◦ blue 85

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

Shades of Conifer #ADED55

Tints of Conifer #ADED55

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.88%

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

R = 34.95%
G = 47.88%
B = 17.17%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#ADED55 (or 0xADED55) is known color: Conifer. HEX triplet: AD, ED and 55. RGB value is (173,237,85). Sum of RGB (Red+Green+Blue) = 173+237+85=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 237 (92.97% from 255 or 47.88% from 495); Blue value is 85 (33.59% from 255 or 17.17% from 495); Max value from RGB is 237 - color contains mainly: green. Hex color #ADED55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADED55 is #5212AA. Grayscale: #C9C9C9. Windows color (decimal): -5378731 or 5631405. OLE color: 5631405.

HSL color Cylindrical-coordinate representation of color #ADED55: hue angle of 85.26º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADED55 is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 237 85 -
CMYK 0.27 0 0.64 0.07
HSL 85.26º 0.81% 0.63% -
HSV(B) 85.26º 0.64% 0.93% -
XYZ 49.16 70.11 19.54 -
YUV 200.54 62.8 108.36 -
System Red Green Blue C M Y K H S L
Decimal 173 237 85 0.27 0 0.64 0.07 85.26 0.81 0.63
Hex AD ED 55 1B 0 40 7 55 51 3F
Octal 255 355 125 33 0 100 7 125 121 77
Binary 10101101 11101101 1010101 11011 0 1000000 111 1010101 1010001 111111

Color Harmonies of #ADED55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADED55

Black with #ADED55

Text Example


Text Example

White with #ADED55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADED55; }

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

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

background-color css

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

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

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

border-color css

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

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

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