Html Css Color HEX #99CD11 Bahia

📋 copy color: '#99CD11'

red 153 ◦ green 205 ◦ blue 17

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

Shades of Bahia #99CD11

Tints of Bahia #99CD11

RGB

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

 GREEN value IS 205 (80.47% from 255) = 54.67%

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

R = 40.8%
G = 54.67%
B = 4.53%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#99CD11 (or 0x99CD11) is known color: Bahia. HEX triplet: 99, CD and 11. RGB value is (153,205,17). Sum of RGB (Red+Green+Blue) = 153+205+17=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 205 (80.47% from 255 or 54.67% from 375); Blue value is 17 (7.03% from 255 or 4.53% from 375); Max value from RGB is 205 - color contains mainly: green. Hex color #99CD11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99CD11 is #6632EE. Grayscale: #A8A8A8. Windows color (decimal): -6697711 or 1166745. OLE color: 1166745.

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

Color convert

RGB 153 205 17 -
CMYK 0.25 0 0.92 0.20
HSL 76.6º 0.85% 0.44% -
HSV(B) 76.6º 0.92% 0.8% -
XYZ 35.07 50.48 8.42 -
YUV 168.02 42.77 117.29 -
System Red Green Blue C M Y K H S L
Decimal 153 205 17 0.25 0 0.92 0.20 76.6 0.85 0.44
Hex 99 CD 11 19 0 5C 14 4D 55 2C
Octal 231 315 21 31 0 134 24 115 125 54
Binary 10011001 11001101 10001 11001 0 1011100 10100 1001101 1010101 101100

Color Harmonies of #99CD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CD11

Black with #99CD11

Text Example


Text Example

White with #99CD11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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