Html Css Color HEX #99CF56 Atlantis

📋 copy color: '#99CF56'

red 153 ◦ green 207 ◦ blue 86

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

Shades of Atlantis #99CF56

Tints of Atlantis #99CF56

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.41%

 BLUE value IS 86 (33.98% from 255) = 19.28%

R = 34.3%
G = 46.41%
B = 19.28%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#99CF56 (or 0x99CF56) is known color: Atlantis. HEX triplet: 99, CF and 56. RGB value is (153,207,86). Sum of RGB (Red+Green+Blue) = 153+207+86=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 86 (33.98% from 255 or 19.28% from 446); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CF56 is #6630A9. Grayscale: #B1B1B1. Windows color (decimal): -6697130 or 5689241. OLE color: 5689241.

HSL color Cylindrical-coordinate representation of color #99CF56: hue angle of 86.78º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #99CF56 is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 207 86 -
CMYK 0.26 0 0.58 0.19
HSL 86.78º 0.56% 0.57% -
HSV(B) 86.78º 0.58% 0.81% -
XYZ 37.13 52.07 16.9 -
YUV 177.06 76.61 110.84 -
System Red Green Blue C M Y K H S L
Decimal 153 207 86 0.26 0 0.58 0.19 86.78 0.56 0.57
Hex 99 CF 56 1A 0 3A 13 57 38 39
Octal 231 317 126 32 0 72 23 127 70 71
Binary 10011001 11001111 1010110 11010 0 111010 10011 1010111 111000 111001

Color Harmonies of #99CF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CF56

Black with #99CF56

Text Example


Text Example

White with #99CF56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,207,86); }

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

background-color css

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

 a { background-color: rgb(153,207,86); }

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

border-color css

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

 span { border-color: rgb(153,207,86); }

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