Html Css Color HEX #99DB4B Atlantis

📋 copy color: '#99DB4B'

red 153 ◦ green 219 ◦ blue 75

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

Shades of Atlantis #99DB4B

Tints of Atlantis #99DB4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.78%

R = 34.23%
G = 48.99%
B = 16.78%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#99DB4B (or 0x99DB4B) is known color: Atlantis. HEX triplet: 99, DB and 4B. RGB value is (153,219,75). Sum of RGB (Red+Green+Blue) = 153+219+75=447 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.23% from 447); Green value is 219 (85.94% from 255 or 48.99% from 447); Blue value is 75 (29.69% from 255 or 16.78% from 447); Max value from RGB is 219 - color contains mainly: green. Hex color #99DB4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99DB4B is #6624B4. Grayscale: #B7B7B7. Windows color (decimal): -6694069 or 4971417. OLE color: 4971417.

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

Color convert

RGB 153 219 75 -
CMYK 0.30 0 0.66 0.14
HSL 87.5º 0.67% 0.58% -
HSV(B) 87.5º 0.66% 0.86% -
XYZ 39.74 57.94 15.75 -
YUV 182.85 67.13 106.71 -
System Red Green Blue C M Y K H S L
Decimal 153 219 75 0.30 0 0.66 0.14 87.5 0.67 0.58
Hex 99 DB 4B 1E 0 42 E 57 43 3A
Octal 231 333 113 36 0 102 16 127 103 72
Binary 10011001 11011011 1001011 11110 0 1000010 1110 1010111 1000011 111010

Color Harmonies of #99DB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DB4B

Black with #99DB4B

Text Example


Text Example

White with #99DB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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