Html Css Color HEX #ABDE40 Conifer

📋 copy color: '#ABDE40'

red 171 ◦ green 222 ◦ blue 64

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

Shades of Conifer #ABDE40

Tints of Conifer #ABDE40

RGB

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

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

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

R = 37.42%
G = 48.58%
B = 14%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#ABDE40 (or 0xABDE40) is known color: Conifer. HEX triplet: AB, DE and 40. RGB value is (171,222,64). Sum of RGB (Red+Green+Blue) = 171+222+64=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 222 (87.11% from 255 or 48.58% from 457); Blue value is 64 (25.39% from 255 or 14.00% from 457); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDE40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDE40 is #5421BF. Grayscale: #BDBDBD. Windows color (decimal): -5513664 or 4251307. OLE color: 4251307.

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

Color convert

RGB 171 222 64 -
CMYK 0.23 0 0.71 0.13
HSL 79.37º 0.71% 0.56% -
HSV(B) 79.37º 0.71% 0.87% -
XYZ 43.84 61.27 14.37 -
YUV 188.74 57.6 115.35 -
System Red Green Blue C M Y K H S L
Decimal 171 222 64 0.23 0 0.71 0.13 79.37 0.71 0.56
Hex AB DE 40 17 0 47 D 4F 47 38
Octal 253 336 100 27 0 107 15 117 107 70
Binary 10101011 11011110 1000000 10111 0 1000111 1101 1001111 1000111 111000

Color Harmonies of #ABDE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDE40

Black with #ABDE40

Text Example


Text Example

White with #ABDE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDE40; }

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

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

background-color css

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

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

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

border-color css

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

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

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