Html Css Color HEX #99D53C Atlantis

📋 copy color: '#99D53C'

red 153 ◦ green 213 ◦ blue 60

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

Shades of Atlantis #99D53C

Tints of Atlantis #99D53C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50%

 BLUE value IS 60 (23.83% from 255) = 14.08%

R = 35.92%
G = 50%
B = 14.08%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#99D53C (or 0x99D53C) is known color: Atlantis. HEX triplet: 99, D5 and 3C. RGB value is (153,213,60). Sum of RGB (Red+Green+Blue) = 153+213+60=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 213 (83.59% from 255 or 50% from 426); Blue value is 60 (23.83% from 255 or 14.08% from 426); Max value from RGB is 213 - color contains mainly: green. Hex color #99D53C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99D53C is #662AC3. Grayscale: #B2B2B2. Windows color (decimal): -6695620 or 3986841. OLE color: 3986841.

HSL color Cylindrical-coordinate representation of color #99D53C: hue angle of 83.53º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #99D53C is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 153 213 60 -
CMYK 0.28 0 0.72 0.16
HSL 83.53º 0.65% 0.54% -
HSV(B) 83.53º 0.72% 0.84% -
XYZ 37.75 54.69 12.84 -
YUV 177.62 61.62 110.44 -
System Red Green Blue C M Y K H S L
Decimal 153 213 60 0.28 0 0.72 0.16 83.53 0.65 0.54
Hex 99 D5 3C 1C 0 48 10 54 41 36
Octal 231 325 74 34 0 110 20 124 101 66
Binary 10011001 11010101 111100 11100 0 1001000 10000 1010100 1000001 110110

Color Harmonies of #99D53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D53C

Black with #99D53C

Text Example


Text Example

White with #99D53C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,213,60); }

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

background-color css

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

 a { background-color: rgb(153,213,60); }

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

border-color css

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

 span { border-color: rgb(153,213,60); }

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