Html Css Color HEX #99D752 Atlantis

📋 copy color: '#99D752'

red 153 ◦ green 215 ◦ blue 82

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

Shades of Atlantis #99D752

Tints of Atlantis #99D752

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.78%

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

R = 34%
G = 47.78%
B = 18.22%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#99D752 (or 0x99D752) is known color: Atlantis. HEX triplet: 99, D7 and 52. RGB value is (153,215,82). Sum of RGB (Red+Green+Blue) = 153+215+82=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 215 (84.38% from 255 or 47.78% from 450); Blue value is 82 (32.42% from 255 or 18.22% from 450); Max value from RGB is 215 - color contains mainly: green. Hex color #99D752 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D752 is #6628AD. Grayscale: #B5B5B5. Windows color (decimal): -6695086 or 5429145. OLE color: 5429145.

HSL color Cylindrical-coordinate representation of color #99D752: hue angle of 87.97º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #99D752 is Cyan = 0.29, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 153 215 82 -
CMYK 0.29 0 0.62 0.16
HSL 87.97º 0.62% 0.58% -
HSV(B) 87.97º 0.62% 0.84% -
XYZ 38.96 55.98 16.73 -
YUV 181.3 71.96 107.81 -
System Red Green Blue C M Y K H S L
Decimal 153 215 82 0.29 0 0.62 0.16 87.97 0.62 0.58
Hex 99 D7 52 1D 0 3E 10 58 3E 3A
Octal 231 327 122 35 0 76 20 130 76 72
Binary 10011001 11010111 1010010 11101 0 111110 10000 1011000 111110 111010

Color Harmonies of #99D752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D752

Black with #99D752

Text Example


Text Example

White with #99D752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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