Html Css Color HEX #99D952 Atlantis

📋 copy color: '#99D952'

red 153 ◦ green 217 ◦ blue 82

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

Shades of Atlantis #99D952

Tints of Atlantis #99D952

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.01%

 BLUE value IS 82 (32.42% from 255) = 18.14%

R = 33.85%
G = 48.01%
B = 18.14%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#99D952 (or 0x99D952) is known color: Atlantis. HEX triplet: 99, D9 and 52. RGB value is (153,217,82). Sum of RGB (Red+Green+Blue) = 153+217+82=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 217 (85.16% from 255 or 48.01% from 452); Blue value is 82 (32.42% from 255 or 18.14% from 452); Max value from RGB is 217 - color contains mainly: green. Hex color #99D952 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D952 is #6626AD. Grayscale: #B6B6B6. Windows color (decimal): -6694574 or 5429657. OLE color: 5429657.

HSL color Cylindrical-coordinate representation of color #99D952: hue angle of 88.44º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #99D952 is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 217 82 -
CMYK 0.29 0 0.62 0.15
HSL 88.44º 0.64% 0.59% -
HSV(B) 88.44º 0.62% 0.85% -
XYZ 39.47 57.01 16.91 -
YUV 182.47 71.3 106.98 -
System Red Green Blue C M Y K H S L
Decimal 153 217 82 0.29 0 0.62 0.15 88.44 0.64 0.59
Hex 99 D9 52 1D 0 3E F 58 40 3B
Octal 231 331 122 35 0 76 17 130 100 73
Binary 10011001 11011001 1010010 11101 0 111110 1111 1011000 1000000 111011

Color Harmonies of #99D952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D952

Black with #99D952

Text Example


Text Example

White with #99D952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,217,82); }

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

background-color css

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

 a { background-color: rgb(153,217,82); }

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

border-color css

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

 span { border-color: rgb(153,217,82); }

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