Html Css Color HEX #ADED40 Conifer

📋 copy color: '#ADED40'

red 173 ◦ green 237 ◦ blue 64

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

Shades of Conifer #ADED40

Tints of Conifer #ADED40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.5%

R = 36.5%
G = 50%
B = 13.5%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ADED40 (or 0xADED40) is known color: Conifer. HEX triplet: AD, ED and 40. RGB value is (173,237,64). Sum of RGB (Red+Green+Blue) = 173+237+64=474 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.50% from 474); Green value is 237 (92.97% from 255 or 50% from 474); Blue value is 64 (25.39% from 255 or 13.50% from 474); Max value from RGB is 237 - color contains mainly: green. Hex color #ADED40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADED40 is #5212BF. Grayscale: #C6C6C6. Windows color (decimal): -5378752 or 4255149. OLE color: 4255149.

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

Color convert

RGB 173 237 64 -
CMYK 0.27 0 0.73 0.07
HSL 82.2º 0.83% 0.59% -
HSV(B) 82.2º 0.73% 0.93% -
XYZ 48.44 69.82 15.77 -
YUV 198.14 52.3 110.07 -
System Red Green Blue C M Y K H S L
Decimal 173 237 64 0.27 0 0.73 0.07 82.2 0.83 0.59
Hex AD ED 40 1B 0 49 7 52 53 3B
Octal 255 355 100 33 0 111 7 122 123 73
Binary 10101101 11101101 1000000 11011 0 1001001 111 1010010 1010011 111011

Color Harmonies of #ADED40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADED40

Black with #ADED40

Text Example


Text Example

White with #ADED40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADED40; }

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

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

background-color css

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

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

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

border-color css

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

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

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