Html Css Color HEX #99C101 Citrus

📋 copy color: '#99C101'

red 153 ◦ green 193 ◦ blue 1

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

Shades of Citrus #99C101

Tints of Citrus #99C101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 44.09%
G = 55.62%
B = 0.29%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#99C101 (or 0x99C101) is known color: Citrus. HEX triplet: 99, C1 and 01. RGB value is (153,193,1). Sum of RGB (Red+Green+Blue) = 153+193+1=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 193 (75.78% from 255 or 55.62% from 347); Blue value is 1 (0.78% from 255 or 0.29% from 347); Max value from RGB is 193 - color contains mainly: green. Hex color #99C101 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C101 is #663EFE. Grayscale: #9F9F9F. Windows color (decimal): -6700799 or 115097. OLE color: 115097.

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

Color convert

RGB 153 193 1 -
CMYK 0.21 0 0.99 0.24
HSL 72.5º 0.99% 0.38% -
HSV(B) 72.5º 0.99% 0.76% -
XYZ 32.21 44.91 7 -
YUV 159.15 38.75 123.61 -
System Red Green Blue C M Y K H S L
Decimal 153 193 1 0.21 0 0.99 0.24 72.5 0.99 0.38
Hex 99 C1 1 15 0 63 18 48 63 26
Octal 231 301 1 25 0 143 30 110 143 46
Binary 10011001 11000001 1 10101 0 1100011 11000 1001000 1100011 100110

Color Harmonies of #99C101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C101

Black with #99C101

Text Example


Text Example

White with #99C101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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