Html Css Color HEX #ABDE48 Conifer

📋 copy color: '#ABDE48'

red 171 ◦ green 222 ◦ blue 72

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

Shades of Conifer #ABDE48

Tints of Conifer #ABDE48

RGB

 RED value IS 171 (67.19% from 255) = 36.77%

 GREEN value IS 222 (87.11% from 255) = 47.74%

 BLUE value IS 72 (28.52% from 255) = 15.48%

R = 36.77%
G = 47.74%
B = 15.48%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#ABDE48 (or 0xABDE48) is known color: Conifer. HEX triplet: AB, DE and 48. RGB value is (171,222,72). Sum of RGB (Red+Green+Blue) = 171+222+72=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 222 (87.11% from 255 or 47.74% from 465); Blue value is 72 (28.52% from 255 or 15.48% from 465); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDE48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDE48 is #5421B7. Grayscale: #BEBEBE. Windows color (decimal): -5513656 or 4775595. OLE color: 4775595.

HSL color Cylindrical-coordinate representation of color #ABDE48: hue angle of 80.4º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ABDE48 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 222 72 -
CMYK 0.23 0 0.68 0.13
HSL 80.4º 0.69% 0.58% -
HSV(B) 80.4º 0.68% 0.87% -
XYZ 44.09 61.37 15.65 -
YUV 189.65 61.6 114.7 -
System Red Green Blue C M Y K H S L
Decimal 171 222 72 0.23 0 0.68 0.13 80.4 0.69 0.58
Hex AB DE 48 17 0 44 D 50 45 3A
Octal 253 336 110 27 0 104 15 120 105 72
Binary 10101011 11011110 1001000 10111 0 1000100 1101 1010000 1000101 111010

Color Harmonies of #ABDE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDE48

Black with #ABDE48

Text Example


Text Example

White with #ABDE48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDE48; }

 p { color: rgb(171,222,72); }

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

background-color css

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

 a { background-color: rgb(171,222,72); }

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

border-color css

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

 span { border-color: rgb(171,222,72); }

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