Html Css Color HEX #99CC58 Atlantis

📋 copy color: '#99CC58'

red 153 ◦ green 204 ◦ blue 88

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

Shades of Atlantis #99CC58

Tints of Atlantis #99CC58

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.84%

 BLUE value IS 88 (34.77% from 255) = 19.78%

R = 34.38%
G = 45.84%
B = 19.78%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#99CC58 (or 0x99CC58) is known color: Atlantis. HEX triplet: 99, CC and 58. RGB value is (153,204,88). Sum of RGB (Red+Green+Blue) = 153+204+88=445 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.38% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 88 (34.77% from 255 or 19.78% from 445); Max value from RGB is 204 - color contains mainly: green. Hex color #99CC58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CC58 is #6633A7. Grayscale: #AFAFAF. Windows color (decimal): -6697896 or 5819545. OLE color: 5819545.

HSL color Cylindrical-coordinate representation of color #99CC58: hue angle of 86.38º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #99CC58 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.2.

Color convert

RGB 153 204 88 -
CMYK 0.25 0 0.57 0.2
HSL 86.38º 0.53% 0.57% -
HSV(B) 86.38º 0.57% 0.8% -
XYZ 36.49 50.66 17.09 -
YUV 175.53 78.6 111.93 -
System Red Green Blue C M Y K H S L
Decimal 153 204 88 0.25 0 0.57 0.2 86.38 0.53 0.57
Hex 99 CC 58 19 0 39 14 56 35 39
Octal 231 314 130 31 0 71 24 126 65 71
Binary 10011001 11001100 1011000 11001 0 111001 10100 1010110 110101 111001

Color Harmonies of #99CC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CC58

Black with #99CC58

Text Example


Text Example

White with #99CC58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,204,88); }

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

background-color css

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

 a { background-color: rgb(153,204,88); }

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

border-color css

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

 span { border-color: rgb(153,204,88); }

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