Html Css Color HEX #99DB3D Atlantis

📋 copy color: '#99DB3D'

red 153 ◦ green 219 ◦ blue 61

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

Shades of Atlantis #99DB3D

Tints of Atlantis #99DB3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.09%

R = 35.33%
G = 50.58%
B = 14.09%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#99DB3D (or 0x99DB3D) is known color: Atlantis. HEX triplet: 99, DB and 3D. RGB value is (153,219,61). Sum of RGB (Red+Green+Blue) = 153+219+61=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 219 (85.94% from 255 or 50.58% from 433); Blue value is 61 (24.22% from 255 or 14.09% from 433); Max value from RGB is 219 - color contains mainly: green. Hex color #99DB3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99DB3D is #6624C2. Grayscale: #B5B5B5. Windows color (decimal): -6694083 or 4053913. OLE color: 4053913.

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

Color convert

RGB 153 219 61 -
CMYK 0.30 0 0.72 0.14
HSL 85.06º 0.69% 0.55% -
HSV(B) 85.06º 0.72% 0.86% -
XYZ 39.31 57.77 13.49 -
YUV 181.25 60.13 107.85 -
System Red Green Blue C M Y K H S L
Decimal 153 219 61 0.30 0 0.72 0.14 85.06 0.69 0.55
Hex 99 DB 3D 1E 0 48 E 55 45 37
Octal 231 333 75 36 0 110 16 125 105 67
Binary 10011001 11011011 111101 11110 0 1001000 1110 1010101 1000101 110111

Color Harmonies of #99DB3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DB3D

Black with #99DB3D

Text Example


Text Example

White with #99DB3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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