Html Css Color HEX #99CF13 Bahia

📋 copy color: '#99CF13'

red 153 ◦ green 207 ◦ blue 19

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

Shades of Bahia #99CF13

Tints of Bahia #99CF13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.01%

R = 40.37%
G = 54.62%
B = 5.01%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#99CF13 (or 0x99CF13) is known color: Bahia. HEX triplet: 99, CF and 13. RGB value is (153,207,19). Sum of RGB (Red+Green+Blue) = 153+207+19=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 207 (81.25% from 255 or 54.62% from 379); Blue value is 19 (7.81% from 255 or 5.01% from 379); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99CF13 is #6630EC. Grayscale: #AAAAAA. Windows color (decimal): -6697197 or 1298329. OLE color: 1298329.

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

Color convert

RGB 153 207 19 -
CMYK 0.26 0 0.91 0.19
HSL 77.23º 0.83% 0.44% -
HSV(B) 77.23º 0.91% 0.81% -
XYZ 35.57 51.44 8.67 -
YUV 169.42 43.11 116.29 -
System Red Green Blue C M Y K H S L
Decimal 153 207 19 0.26 0 0.91 0.19 77.23 0.83 0.44
Hex 99 CF 13 1A 0 5B 13 4D 53 2C
Octal 231 317 23 32 0 133 23 115 123 54
Binary 10011001 11001111 10011 11010 0 1011011 10011 1001101 1010011 101100

Color Harmonies of #99CF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CF13

Black with #99CF13

Text Example


Text Example

White with #99CF13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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