Html Css Color HEX #ADED41 Conifer

📋 copy color: '#ADED41'

red 173 ◦ green 237 ◦ blue 65

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

Shades of Conifer #ADED41

Tints of Conifer #ADED41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.68%

R = 36.42%
G = 49.89%
B = 13.68%

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

#ADED41 (or 0xADED41) is known color: Conifer. HEX triplet: AD, ED and 41. RGB value is (173,237,65). Sum of RGB (Red+Green+Blue) = 173+237+65=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 237 (92.97% from 255 or 49.89% from 475); Blue value is 65 (25.78% from 255 or 13.68% from 475); Max value from RGB is 237 - color contains mainly: green. Hex color #ADED41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADED41 is #5212BE. Grayscale: #C6C6C6. Windows color (decimal): -5378751 or 4320685. OLE color: 4320685.

HSL color Cylindrical-coordinate representation of color #ADED41: hue angle of 82.33º 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 #ADED41 is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 237 65 -
CMYK 0.27 0 0.73 0.07
HSL 82.33º 0.83% 0.59% -
HSV(B) 82.33º 0.73% 0.93% -
XYZ 48.47 69.83 15.93 -
YUV 198.26 52.8 109.99 -
System Red Green Blue C M Y K H S L
Decimal 173 237 65 0.27 0 0.73 0.07 82.33 0.83 0.59
Hex AD ED 41 1B 0 49 7 52 53 3B
Octal 255 355 101 33 0 111 7 122 123 73
Binary 10101101 11101101 1000001 11011 0 1001001 111 1010010 1010011 111011

Color Harmonies of #ADED41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADED41

Black with #ADED41

Text Example


Text Example

White with #ADED41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADED41; }

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

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

background-color css

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

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

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

border-color css

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

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

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