Html Css Color HEX #99C601 Citrus

📋 copy color: '#99C601'

red 153 ◦ green 198 ◦ blue 1

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

Shades of Citrus #99C601

Tints of Citrus #99C601

RGB

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

 GREEN value IS 198 (77.73% from 255) = 56.25%

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

R = 43.47%
G = 56.25%
B = 0.28%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#99C601 (or 0x99C601) is known color: Citrus. HEX triplet: 99, C6 and 01. RGB value is (153,198,1). Sum of RGB (Red+Green+Blue) = 153+198+1=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 198 (77.73% from 255 or 56.25% from 352); Blue value is 1 (0.78% from 255 or 0.28% from 352); Max value from RGB is 198 - color contains mainly: green. Hex color #99C601 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C601 is #6639FE. Grayscale: #A2A2A2. Windows color (decimal): -6699519 or 116377. OLE color: 116377.

HSL color Cylindrical-coordinate representation of color #99C601: hue angle of 73.71º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #99C601 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 153 198 1 -
CMYK 0.23 0 0.99 0.22
HSL 73.71º 0.99% 0.39% -
HSV(B) 73.71º 0.99% 0.78% -
XYZ 33.34 47.16 7.38 -
YUV 162.09 37.09 121.52 -
System Red Green Blue C M Y K H S L
Decimal 153 198 1 0.23 0 0.99 0.22 73.71 0.99 0.39
Hex 99 C6 1 17 0 63 16 4A 63 27
Octal 231 306 1 27 0 143 26 112 143 47
Binary 10011001 11000110 1 10111 0 1100011 10110 1001010 1100011 100111

Color Harmonies of #99C601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C601

Black with #99C601

Text Example


Text Example

White with #99C601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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