Html Css Color HEX #99DD3B Atlantis

📋 copy color: '#99DD3B'

red 153 ◦ green 221 ◦ blue 59

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

Shades of Atlantis #99DD3B

Tints of Atlantis #99DD3B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 51.04%

 BLUE value IS 59 (23.44% from 255) = 13.63%

R = 35.33%
G = 51.04%
B = 13.63%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#99DD3B (or 0x99DD3B) is known color: Atlantis. HEX triplet: 99, DD and 3B. RGB value is (153,221,59). Sum of RGB (Red+Green+Blue) = 153+221+59=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 221 (86.72% from 255 or 51.04% from 433); Blue value is 59 (23.44% from 255 or 13.63% from 433); Max value from RGB is 221 - color contains mainly: green. Hex color #99DD3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99DD3B is #6622C4. Grayscale: #B6B6B6. Windows color (decimal): -6693573 or 3923353. OLE color: 3923353.

HSL color Cylindrical-coordinate representation of color #99DD3B: hue angle of 85.19º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #99DD3B is Cyan = 0.31, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 221 59 -
CMYK 0.31 0 0.73 0.13
HSL 85.19º 0.7% 0.55% -
HSV(B) 85.19º 0.73% 0.87% -
XYZ 39.78 58.8 13.39 -
YUV 182.2 58.47 107.17 -
System Red Green Blue C M Y K H S L
Decimal 153 221 59 0.31 0 0.73 0.13 85.19 0.7 0.55
Hex 99 DD 3B 1F 0 49 D 55 46 37
Octal 231 335 73 37 0 111 15 125 106 67
Binary 10011001 11011101 111011 11111 0 1001001 1101 1010101 1000110 110111

Color Harmonies of #99DD3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DD3B

Black with #99DD3B

Text Example


Text Example

White with #99DD3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,221,59); }

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

background-color css

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

 a { background-color: rgb(153,221,59); }

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

border-color css

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

 span { border-color: rgb(153,221,59); }

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