Html Css Color HEX #99C901 Citrus

📋 copy color: '#99C901'

red 153 ◦ green 201 ◦ blue 1

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

Shades of Citrus #99C901

Tints of Citrus #99C901

RGB

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

 GREEN value IS 201 (78.91% from 255) = 56.62%

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

R = 43.1%
G = 56.62%
B = 0.28%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#99C901 (or 0x99C901) is known color: Citrus. HEX triplet: 99, C9 and 01. RGB value is (153,201,1). Sum of RGB (Red+Green+Blue) = 153+201+1=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 201 (78.91% from 255 or 56.62% from 355); Blue value is 1 (0.78% from 255 or 0.28% from 355); Max value from RGB is 201 - color contains mainly: green. Hex color #99C901 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C901 is #6636FE. Grayscale: #A4A4A4. Windows color (decimal): -6698751 or 117145. OLE color: 117145.

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

Color convert

RGB 153 201 1 -
CMYK 0.24 0 1.00 0.21
HSL 74.4º 0.99% 0.4% -
HSV(B) 74.4º 1% 0.79% -
XYZ 34.03 48.55 7.61 -
YUV 163.85 36.1 120.26 -
System Red Green Blue C M Y K H S L
Decimal 153 201 1 0.24 0 1.00 0.21 74.4 0.99 0.4
Hex 99 C9 1 18 0 64 15 4A 63 28
Octal 231 311 1 30 0 144 25 112 143 50
Binary 10011001 11001001 1 11000 0 1100100 10101 1001010 1100011 101000

Color Harmonies of #99C901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C901

Black with #99C901

Text Example


Text Example

White with #99C901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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