Html Css Color HEX #99C51E Bahia

📋 copy color: '#99C51E'

red 153 ◦ green 197 ◦ blue 30

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

Shades of Bahia #99C51E

Tints of Bahia #99C51E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 51.84%

 BLUE value IS 30 (12.11% from 255) = 7.89%

R = 40.26%
G = 51.84%
B = 7.89%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#99C51E (or 0x99C51E) is known color: Bahia. HEX triplet: 99, C5 and 1E. RGB value is (153,197,30). Sum of RGB (Red+Green+Blue) = 153+197+30=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 197 (77.34% from 255 or 51.84% from 380); Blue value is 30 (12.11% from 255 or 7.89% from 380); Max value from RGB is 197 - color contains mainly: green. Hex color #99C51E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99C51E is #663AE1. Grayscale: #A5A5A5. Windows color (decimal): -6699746 or 2016665. OLE color: 2016665.

HSL color Cylindrical-coordinate representation of color #99C51E: hue angle of 75.81º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #99C51E is Cyan = 0.22, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 153 197 30 -
CMYK 0.22 0 0.85 0.23
HSL 75.81º 0.74% 0.45% -
HSV(B) 75.81º 0.85% 0.77% -
XYZ 33.34 46.8 8.5 -
YUV 164.81 51.92 119.58 -
System Red Green Blue C M Y K H S L
Decimal 153 197 30 0.22 0 0.85 0.23 75.81 0.74 0.45
Hex 99 C5 1E 16 0 55 17 4C 4A 2D
Octal 231 305 36 26 0 125 27 114 112 55
Binary 10011001 11000101 11110 10110 0 1010101 10111 1001100 1001010 101101

Color Harmonies of #99C51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C51E

Black with #99C51E

Text Example


Text Example

White with #99C51E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,197,30); }

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

background-color css

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

 a { background-color: rgb(153,197,30); }

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

border-color css

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

 span { border-color: rgb(153,197,30); }

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