Html Css Color HEX #99CF14 Bahia

📋 copy color: '#99CF14'

red 153 ◦ green 207 ◦ blue 20

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

Shades of Bahia #99CF14

Tints of Bahia #99CF14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.26%

R = 40.26%
G = 54.47%
B = 5.26%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#99CF14 (or 0x99CF14) is known color: Bahia. HEX triplet: 99, CF and 14. RGB value is (153,207,20). Sum of RGB (Red+Green+Blue) = 153+207+20=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 207 (81.25% from 255 or 54.47% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99CF14 is #6630EB. Grayscale: #AAAAAA. Windows color (decimal): -6697196 or 1363865. OLE color: 1363865.

HSL color Cylindrical-coordinate representation of color #99CF14: hue angle of 77.33º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99CF14 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 207 20 -
CMYK 0.26 0 0.90 0.19
HSL 77.33º 0.82% 0.45% -
HSV(B) 77.33º 0.9% 0.81% -
XYZ 35.58 51.45 8.72 -
YUV 169.54 43.61 116.21 -
System Red Green Blue C M Y K H S L
Decimal 153 207 20 0.26 0 0.90 0.19 77.33 0.82 0.45
Hex 99 CF 14 1A 0 5A 13 4D 52 2D
Octal 231 317 24 32 0 132 23 115 122 55
Binary 10011001 11001111 10100 11010 0 1011010 10011 1001101 1010010 101101

Color Harmonies of #99CF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CF14

Black with #99CF14

Text Example


Text Example

White with #99CF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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