Html Css Color HEX #99D111 Bahia

📋 copy color: '#99D111'

red 153 ◦ green 209 ◦ blue 17

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

Shades of Bahia #99D111

Tints of Bahia #99D111

RGB

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

 GREEN value IS 209 (82.03% from 255) = 55.15%

 BLUE value IS 17 (7.03% from 255) = 4.49%

R = 40.37%
G = 55.15%
B = 4.49%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#99D111 (or 0x99D111) is known color: Bahia. HEX triplet: 99, D1 and 11. RGB value is (153,209,17). Sum of RGB (Red+Green+Blue) = 153+209+17=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 209 (82.03% from 255 or 55.15% from 379); Blue value is 17 (7.03% from 255 or 4.49% from 379); Max value from RGB is 209 - color contains mainly: green. Hex color #99D111 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99D111 is #662EEE. Grayscale: #ABABAB. Windows color (decimal): -6696687 or 1167769. OLE color: 1167769.

HSL color Cylindrical-coordinate representation of color #99D111: hue angle of 77.5º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99D111 is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 153 209 17 -
CMYK 0.27 0 0.92 0.18
HSL 77.5º 0.85% 0.44% -
HSV(B) 77.5º 0.92% 0.82% -
XYZ 36.04 52.41 8.75 -
YUV 170.37 41.45 115.61 -
System Red Green Blue C M Y K H S L
Decimal 153 209 17 0.27 0 0.92 0.18 77.5 0.85 0.44
Hex 99 D1 11 1B 0 5C 12 4E 55 2C
Octal 231 321 21 33 0 134 22 116 125 54
Binary 10011001 11010001 10001 11011 0 1011100 10010 1001110 1010101 101100

Color Harmonies of #99D111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D111

Black with #99D111

Text Example


Text Example

White with #99D111

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,209,17); }

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

background-color css

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

 a { background-color: rgb(153,209,17); }

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

border-color css

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

 span { border-color: rgb(153,209,17); }

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