Html Css Color HEX #99C255 Atlantis

📋 copy color: '#99C255'

red 153 ◦ green 194 ◦ blue 85

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

Shades of Atlantis #99C255

Tints of Atlantis #99C255

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.91%

 BLUE value IS 85 (33.59% from 255) = 19.68%

R = 35.42%
G = 44.91%
B = 19.68%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#99C255 (or 0x99C255) is known color: Atlantis. HEX triplet: 99, C2 and 55. RGB value is (153,194,85). Sum of RGB (Red+Green+Blue) = 153+194+85=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 194 (76.17% from 255 or 44.91% from 432); Blue value is 85 (33.59% from 255 or 19.68% from 432); Max value from RGB is 194 - color contains mainly: green. Hex color #99C255 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C255 is #663DAA. Grayscale: #A9A9A9. Windows color (decimal): -6700459 or 5620377. OLE color: 5620377.

HSL color Cylindrical-coordinate representation of color #99C255: hue angle of 82.57º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #99C255 is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 153 194 85 -
CMYK 0.21 0 0.56 0.24
HSL 82.57º 0.47% 0.55% -
HSV(B) 82.57º 0.56% 0.76% -
XYZ 34.07 46.01 15.68 -
YUV 169.32 80.42 116.36 -
System Red Green Blue C M Y K H S L
Decimal 153 194 85 0.21 0 0.56 0.24 82.57 0.47 0.55
Hex 99 C2 55 15 0 38 18 53 2F 37
Octal 231 302 125 25 0 70 30 123 57 67
Binary 10011001 11000010 1010101 10101 0 111000 11000 1010011 101111 110111

Color Harmonies of #99C255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C255

Black with #99C255

Text Example


Text Example

White with #99C255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,194,85); }

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

background-color css

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

 a { background-color: rgb(153,194,85); }

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

border-color css

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

 span { border-color: rgb(153,194,85); }

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