Html Css Color HEX #99DB4D Atlantis

📋 copy color: '#99DB4D'

red 153 ◦ green 219 ◦ blue 77

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

Shades of Atlantis #99DB4D

Tints of Atlantis #99DB4D

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.78%

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

R = 34.08%
G = 48.78%
B = 17.15%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#99DB4D (or 0x99DB4D) is known color: Atlantis. HEX triplet: 99, DB and 4D. RGB value is (153,219,77). Sum of RGB (Red+Green+Blue) = 153+219+77=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 219 (85.94% from 255 or 48.78% from 449); Blue value is 77 (30.47% from 255 or 17.15% from 449); Max value from RGB is 219 - color contains mainly: green. Hex color #99DB4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DB4D is #6624B2. Grayscale: #B7B7B7. Windows color (decimal): -6694067 or 5102489. OLE color: 5102489.

HSL color Cylindrical-coordinate representation of color #99DB4D: hue angle of 87.89º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #99DB4D is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 219 77 -
CMYK 0.30 0 0.65 0.14
HSL 87.89º 0.66% 0.58% -
HSV(B) 87.89º 0.65% 0.86% -
XYZ 39.81 57.97 16.11 -
YUV 183.08 68.13 106.55 -
System Red Green Blue C M Y K H S L
Decimal 153 219 77 0.30 0 0.65 0.14 87.89 0.66 0.58
Hex 99 DB 4D 1E 0 41 E 58 42 3A
Octal 231 333 115 36 0 101 16 130 102 72
Binary 10011001 11011011 1001101 11110 0 1000001 1110 1011000 1000010 111010

Color Harmonies of #99DB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DB4D

Black with #99DB4D

Text Example


Text Example

White with #99DB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,219,77); }

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

background-color css

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

 a { background-color: rgb(153,219,77); }

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

border-color css

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

 span { border-color: rgb(153,219,77); }

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