Html Css Color HEX #99DD40 Atlantis

📋 copy color: '#99DD40'

red 153 ◦ green 221 ◦ blue 64

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

Shades of Atlantis #99DD40

Tints of Atlantis #99DD40

RGB

 RED value IS 153 (60.16% from 255) = 34.93%

 GREEN value IS 221 (86.72% from 255) = 50.46%

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

R = 34.93%
G = 50.46%
B = 14.61%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#99DD40 (or 0x99DD40) is known color: Atlantis. HEX triplet: 99, DD and 40. RGB value is (153,221,64). Sum of RGB (Red+Green+Blue) = 153+221+64=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 221 (86.72% from 255 or 50.46% from 438); Blue value is 64 (25.39% from 255 or 14.61% from 438); Max value from RGB is 221 - color contains mainly: green. Hex color #99DD40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99DD40 is #6622BF. Grayscale: #B7B7B7. Windows color (decimal): -6693568 or 4251033. OLE color: 4251033.

HSL color Cylindrical-coordinate representation of color #99DD40: hue angle of 85.99º degrees, saturation: 0.7, 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 #99DD40 is Cyan = 0.31, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 221 64 -
CMYK 0.31 0 0.71 0.13
HSL 85.99º 0.7% 0.56% -
HSV(B) 85.99º 0.71% 0.87% -
XYZ 39.92 58.86 14.11 -
YUV 182.77 60.97 106.77 -
System Red Green Blue C M Y K H S L
Decimal 153 221 64 0.31 0 0.71 0.13 85.99 0.7 0.56
Hex 99 DD 40 1F 0 47 D 56 46 38
Octal 231 335 100 37 0 107 15 126 106 70
Binary 10011001 11011101 1000000 11111 0 1000111 1101 1010110 1000110 111000

Color Harmonies of #99DD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DD40

Black with #99DD40

Text Example


Text Example

White with #99DD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99DD40; }

 p { color: rgb(153,221,64); }

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

background-color css

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

 a { background-color: rgb(153,221,64); }

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

border-color css

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

 span { border-color: rgb(153,221,64); }

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