Html Css Color HEX #99DB50 Atlantis

📋 copy color: '#99DB50'

red 153 ◦ green 219 ◦ blue 80

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

Shades of Atlantis #99DB50

Tints of Atlantis #99DB50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.7%

R = 33.85%
G = 48.45%
B = 17.7%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#99DB50 (or 0x99DB50) is known color: Atlantis. HEX triplet: 99, DB and 50. RGB value is (153,219,80). Sum of RGB (Red+Green+Blue) = 153+219+80=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 219 (85.94% from 255 or 48.45% from 452); Blue value is 80 (31.64% from 255 or 17.70% from 452); Max value from RGB is 219 - color contains mainly: green. Hex color #99DB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DB50 is #6624AF. Grayscale: #B7B7B7. Windows color (decimal): -6694064 or 5299097. OLE color: 5299097.

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

Color convert

RGB 153 219 80 -
CMYK 0.30 0 0.63 0.14
HSL 88.49º 0.66% 0.59% -
HSV(B) 88.49º 0.63% 0.86% -
XYZ 39.92 58.01 16.68 -
YUV 183.42 69.63 106.3 -
System Red Green Blue C M Y K H S L
Decimal 153 219 80 0.30 0 0.63 0.14 88.49 0.66 0.59
Hex 99 DB 50 1E 0 3F E 58 42 3B
Octal 231 333 120 36 0 77 16 130 102 73
Binary 10011001 11011011 1010000 11110 0 111111 1110 1011000 1000010 111011

Color Harmonies of #99DB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DB50

Black with #99DB50

Text Example


Text Example

White with #99DB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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