Html Css Color HEX #99D542 Atlantis

📋 copy color: '#99D542'

red 153 ◦ green 213 ◦ blue 66

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

Shades of Atlantis #99D542

Tints of Atlantis #99D542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.28%

R = 35.42%
G = 49.31%
B = 15.28%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#99D542 (or 0x99D542) is known color: Atlantis. HEX triplet: 99, D5 and 42. RGB value is (153,213,66). Sum of RGB (Red+Green+Blue) = 153+213+66=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 213 (83.59% from 255 or 49.31% from 432); Blue value is 66 (26.17% from 255 or 15.28% from 432); Max value from RGB is 213 - color contains mainly: green. Hex color #99D542 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99D542 is #662ABD. Grayscale: #B2B2B2. Windows color (decimal): -6695614 or 4380057. OLE color: 4380057.

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

Color convert

RGB 153 213 66 -
CMYK 0.28 0 0.69 0.16
HSL 84.49º 0.64% 0.55% -
HSV(B) 84.49º 0.69% 0.84% -
XYZ 37.91 54.75 13.72 -
YUV 178.3 64.62 109.95 -
System Red Green Blue C M Y K H S L
Decimal 153 213 66 0.28 0 0.69 0.16 84.49 0.64 0.55
Hex 99 D5 42 1C 0 45 10 54 40 37
Octal 231 325 102 34 0 105 20 124 100 67
Binary 10011001 11010101 1000010 11100 0 1000101 10000 1010100 1000000 110111

Color Harmonies of #99D542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D542

Black with #99D542

Text Example


Text Example

White with #99D542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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