Html Css Color HEX #99C250 Atlantis

📋 copy color: '#99C250'

red 153 ◦ green 194 ◦ blue 80

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

Shades of Atlantis #99C250

Tints of Atlantis #99C250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.74%

R = 35.83%
G = 45.43%
B = 18.74%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#99C250 (or 0x99C250) is known color: Atlantis. HEX triplet: 99, C2 and 50. RGB value is (153,194,80). Sum of RGB (Red+Green+Blue) = 153+194+80=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 194 (76.17% from 255 or 45.43% from 427); Blue value is 80 (31.64% from 255 or 18.74% from 427); Max value from RGB is 194 - color contains mainly: green. Hex color #99C250 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C250 is #663DAF. Grayscale: #A9A9A9. Windows color (decimal): -6700464 or 5292697. OLE color: 5292697.

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

Color convert

RGB 153 194 80 -
CMYK 0.21 0 0.59 0.24
HSL 81.58º 0.48% 0.54% -
HSV(B) 81.58º 0.59% 0.76% -
XYZ 33.88 45.94 14.67 -
YUV 168.75 77.92 116.77 -
System Red Green Blue C M Y K H S L
Decimal 153 194 80 0.21 0 0.59 0.24 81.58 0.48 0.54
Hex 99 C2 50 15 0 3B 18 52 30 36
Octal 231 302 120 25 0 73 30 122 60 66
Binary 10011001 11000010 1010000 10101 0 111011 11000 1010010 110000 110110

Color Harmonies of #99C250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C250

Black with #99C250

Text Example


Text Example

White with #99C250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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