Html Css Color HEX #99DA40 Atlantis

📋 copy color: '#99DA40'

red 153 ◦ green 218 ◦ blue 64

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

Shades of Atlantis #99DA40

Tints of Atlantis #99DA40

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50.11%

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

R = 35.17%
G = 50.11%
B = 14.71%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#99DA40 (or 0x99DA40) is known color: Atlantis. HEX triplet: 99, DA and 40. RGB value is (153,218,64). Sum of RGB (Red+Green+Blue) = 153+218+64=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 218 (85.55% from 255 or 50.11% from 435); Blue value is 64 (25.39% from 255 or 14.71% from 435); Max value from RGB is 218 - color contains mainly: green. Hex color #99DA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99DA40 is #6625BF. Grayscale: #B5B5B5. Windows color (decimal): -6694336 or 4250265. OLE color: 4250265.

HSL color Cylindrical-coordinate representation of color #99DA40: hue angle of 85.32º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #99DA40 is Cyan = 0.30, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 218 64 -
CMYK 0.30 0 0.71 0.15
HSL 85.32º 0.68% 0.55% -
HSV(B) 85.32º 0.71% 0.85% -
XYZ 39.13 57.29 13.85 -
YUV 181.01 61.97 108.02 -
System Red Green Blue C M Y K H S L
Decimal 153 218 64 0.30 0 0.71 0.15 85.32 0.68 0.55
Hex 99 DA 40 1E 0 47 F 55 44 37
Octal 231 332 100 36 0 107 17 125 104 67
Binary 10011001 11011010 1000000 11110 0 1000111 1111 1010101 1000100 110111

Color Harmonies of #99DA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DA40

Black with #99DA40

Text Example


Text Example

White with #99DA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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