Html Css Color HEX #99C113 Citrus

📋 copy color: '#99C113'

red 153 ◦ green 193 ◦ blue 19

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

Shades of Citrus #99C113

Tints of Citrus #99C113

RGB

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

 GREEN value IS 193 (75.78% from 255) = 52.88%

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

R = 41.92%
G = 52.88%
B = 5.21%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#99C113 (or 0x99C113) is known color: Citrus. HEX triplet: 99, C1 and 13. RGB value is (153,193,19). Sum of RGB (Red+Green+Blue) = 153+193+19=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 193 (75.78% from 255 or 52.88% from 365); Blue value is 19 (7.81% from 255 or 5.21% from 365); Max value from RGB is 193 - color contains mainly: green. Hex color #99C113 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C113 is #663EEC. Grayscale: #A1A1A1. Windows color (decimal): -6700781 or 1294745. OLE color: 1294745.

HSL color Cylindrical-coordinate representation of color #99C113: hue angle of 73.79º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99C113 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 153 193 19 -
CMYK 0.21 0 0.90 0.24
HSL 73.79º 0.82% 0.42% -
HSV(B) 73.79º 0.9% 0.76% -
XYZ 32.32 44.96 7.59 -
YUV 161.2 47.75 122.15 -
System Red Green Blue C M Y K H S L
Decimal 153 193 19 0.21 0 0.90 0.24 73.79 0.82 0.42
Hex 99 C1 13 15 0 5A 18 4A 52 2A
Octal 231 301 23 25 0 132 30 112 122 52
Binary 10011001 11000001 10011 10101 0 1011010 11000 1001010 1010010 101010

Color Harmonies of #99C113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C113

Black with #99C113

Text Example


Text Example

White with #99C113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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