Html Css Color HEX #99CC53 Atlantis

📋 copy color: '#99CC53'

red 153 ◦ green 204 ◦ blue 83

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

Shades of Atlantis #99CC53

Tints of Atlantis #99CC53

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.36%

 BLUE value IS 83 (32.81% from 255) = 18.86%

R = 34.77%
G = 46.36%
B = 18.86%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#99CC53 (or 0x99CC53) is known color: Atlantis. HEX triplet: 99, CC and 53. RGB value is (153,204,83). Sum of RGB (Red+Green+Blue) = 153+204+83=440 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.77% from 440); Green value is 204 (80.08% from 255 or 46.36% from 440); Blue value is 83 (32.81% from 255 or 18.86% from 440); Max value from RGB is 204 - color contains mainly: green. Hex color #99CC53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CC53 is #6633AC. Grayscale: #AFAFAF. Windows color (decimal): -6697901 or 5491865. OLE color: 5491865.

HSL color Cylindrical-coordinate representation of color #99CC53: hue angle of 85.29º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #99CC53 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.2.

Color convert

RGB 153 204 83 -
CMYK 0.25 0 0.59 0.2
HSL 85.29º 0.54% 0.56% -
HSV(B) 85.29º 0.59% 0.8% -
XYZ 36.29 50.58 16.03 -
YUV 174.96 76.1 112.34 -
System Red Green Blue C M Y K H S L
Decimal 153 204 83 0.25 0 0.59 0.2 85.29 0.54 0.56
Hex 99 CC 53 19 0 3B 14 55 36 38
Octal 231 314 123 31 0 73 24 125 66 70
Binary 10011001 11001100 1010011 11001 0 111011 10100 1010101 110110 111000

Color Harmonies of #99CC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CC53

Black with #99CC53

Text Example


Text Example

White with #99CC53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,204,83); }

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

background-color css

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

 a { background-color: rgb(153,204,83); }

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

border-color css

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

 span { border-color: rgb(153,204,83); }

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