Html Css Color HEX #99DA33 Atlantis

📋 copy color: '#99DA33'

red 153 ◦ green 218 ◦ blue 51

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

Shades of Atlantis #99DA33

Tints of Atlantis #99DA33

RGB

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

 GREEN value IS 218 (85.55% from 255) = 51.66%

 BLUE value IS 51 (20.31% from 255) = 12.09%

R = 36.26%
G = 51.66%
B = 12.09%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#99DA33 (or 0x99DA33) is known color: Atlantis. HEX triplet: 99, DA and 33. RGB value is (153,218,51). Sum of RGB (Red+Green+Blue) = 153+218+51=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 218 (85.55% from 255 or 51.66% from 422); Blue value is 51 (20.31% from 255 or 12.09% from 422); Max value from RGB is 218 - color contains mainly: green. Hex color #99DA33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99DA33 is #6625CC. Grayscale: #B4B4B4. Windows color (decimal): -6694349 or 3398297. OLE color: 3398297.

HSL color Cylindrical-coordinate representation of color #99DA33: hue angle of 83.35º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #99DA33 is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 218 51 -
CMYK 0.30 0 0.77 0.15
HSL 83.35º 0.69% 0.53% -
HSV(B) 83.35º 0.77% 0.85% -
XYZ 38.81 57.15 12.12 -
YUV 179.53 55.47 109.08 -
System Red Green Blue C M Y K H S L
Decimal 153 218 51 0.30 0 0.77 0.15 83.35 0.69 0.53
Hex 99 DA 33 1E 0 4D F 53 45 35
Octal 231 332 63 36 0 115 17 123 105 65
Binary 10011001 11011010 110011 11110 0 1001101 1111 1010011 1000101 110101

Color Harmonies of #99DA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DA33

Black with #99DA33

Text Example


Text Example

White with #99DA33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,218,51); }

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

background-color css

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

 a { background-color: rgb(153,218,51); }

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

border-color css

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

 span { border-color: rgb(153,218,51); }

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