Html Css Color HEX #ADEB4D Conifer

📋 copy color: '#ADEB4D'

red 173 ◦ green 235 ◦ blue 77

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

Shades of Conifer #ADEB4D

Tints of Conifer #ADEB4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.88%

R = 35.67%
G = 48.45%
B = 15.88%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#ADEB4D (or 0xADEB4D) is known color: Conifer. HEX triplet: AD, EB and 4D. RGB value is (173,235,77). Sum of RGB (Red+Green+Blue) = 173+235+77=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 235 (92.19% from 255 or 48.45% from 485); Blue value is 77 (30.47% from 255 or 15.88% from 485); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEB4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEB4D is #5214B2. Grayscale: #C7C7C7. Windows color (decimal): -5379251 or 5106605. OLE color: 5106605.

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

Color convert

RGB 173 235 77 -
CMYK 0.26 0 0.67 0.08
HSL 83.54º 0.8% 0.61% -
HSV(B) 83.54º 0.67% 0.92% -
XYZ 48.28 68.84 17.76 -
YUV 198.45 59.46 109.85 -
System Red Green Blue C M Y K H S L
Decimal 173 235 77 0.26 0 0.67 0.08 83.54 0.8 0.61
Hex AD EB 4D 1A 0 43 8 54 50 3D
Octal 255 353 115 32 0 103 10 124 120 75
Binary 10101101 11101011 1001101 11010 0 1000011 1000 1010100 1010000 111101

Color Harmonies of #ADEB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEB4D

Black with #ADEB4D

Text Example


Text Example

White with #ADEB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEB4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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