Html Css Color HEX #99C605 Citrus

📋 copy color: '#99C605'

red 153 ◦ green 198 ◦ blue 5

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

Shades of Citrus #99C605

Tints of Citrus #99C605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.4%

R = 42.98%
G = 55.62%
B = 1.4%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#99C605 (or 0x99C605) is known color: Citrus. HEX triplet: 99, C6 and 05. RGB value is (153,198,5). Sum of RGB (Red+Green+Blue) = 153+198+5=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 198 (77.73% from 255 or 55.62% from 356); Blue value is 5 (2.34% from 255 or 1.40% from 356); Max value from RGB is 198 - color contains mainly: green. Hex color #99C605 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C605 is #6639FA. Grayscale: #A3A3A3. Windows color (decimal): -6699515 or 378521. OLE color: 378521.

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

Color convert

RGB 153 198 5 -
CMYK 0.23 0 0.97 0.22
HSL 73.99º 0.95% 0.4% -
HSV(B) 73.99º 0.97% 0.78% -
XYZ 33.36 47.17 7.49 -
YUV 162.54 39.09 121.19 -
System Red Green Blue C M Y K H S L
Decimal 153 198 5 0.23 0 0.97 0.22 73.99 0.95 0.4
Hex 99 C6 5 17 0 61 16 4A 5F 28
Octal 231 306 5 27 0 141 26 112 137 50
Binary 10011001 11000110 101 10111 0 1100001 10110 1001010 1011111 101000

Color Harmonies of #99C605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C605

Black with #99C605

Text Example


Text Example

White with #99C605

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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