Html Css Color HEX #99D540 Atlantis

📋 copy color: '#99D540'

red 153 ◦ green 213 ◦ blue 64

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

Shades of Atlantis #99D540

Tints of Atlantis #99D540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.88%

R = 35.58%
G = 49.53%
B = 14.88%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#99D540 (or 0x99D540) is known color: Atlantis. HEX triplet: 99, D5 and 40. RGB value is (153,213,64). Sum of RGB (Red+Green+Blue) = 153+213+64=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 213 (83.59% from 255 or 49.53% from 430); Blue value is 64 (25.39% from 255 or 14.88% from 430); Max value from RGB is 213 - color contains mainly: green. Hex color #99D540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99D540 is #662ABF. Grayscale: #B2B2B2. Windows color (decimal): -6695616 or 4248985. OLE color: 4248985.

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

Color convert

RGB 153 213 64 -
CMYK 0.28 0 0.70 0.16
HSL 84.16º 0.64% 0.54% -
HSV(B) 84.16º 0.7% 0.84% -
XYZ 37.86 54.73 13.42 -
YUV 178.07 63.62 110.12 -
System Red Green Blue C M Y K H S L
Decimal 153 213 64 0.28 0 0.70 0.16 84.16 0.64 0.54
Hex 99 D5 40 1C 0 46 10 54 40 36
Octal 231 325 100 34 0 106 20 124 100 66
Binary 10011001 11010101 1000000 11100 0 1000110 10000 1010100 1000000 110110

Color Harmonies of #99D540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D540

Black with #99D540

Text Example


Text Example

White with #99D540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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