Html Css Color HEX #99C304 Citrus

📋 copy color: '#99C304'

red 153 ◦ green 195 ◦ blue 4

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

Shades of Citrus #99C304

Tints of Citrus #99C304

RGB

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

 GREEN value IS 195 (76.56% from 255) = 55.4%

 BLUE value IS 4 (1.95% from 255) = 1.14%

R = 43.47%
G = 55.4%
B = 1.14%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#99C304 (or 0x99C304) is known color: Citrus. HEX triplet: 99, C3 and 04. RGB value is (153,195,4). Sum of RGB (Red+Green+Blue) = 153+195+4=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 195 (76.56% from 255 or 55.40% from 352); Blue value is 4 (1.95% from 255 or 1.14% from 352); Max value from RGB is 195 - color contains mainly: green. Hex color #99C304 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C304 is #663CFB. Grayscale: #A1A1A1. Windows color (decimal): -6700284 or 312217. OLE color: 312217.

HSL color Cylindrical-coordinate representation of color #99C304: hue angle of 73.19º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #99C304 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 153 195 4 -
CMYK 0.22 0 0.98 0.24
HSL 73.19º 0.96% 0.39% -
HSV(B) 73.19º 0.98% 0.76% -
XYZ 32.67 45.81 7.24 -
YUV 160.67 39.59 122.53 -
System Red Green Blue C M Y K H S L
Decimal 153 195 4 0.22 0 0.98 0.24 73.19 0.96 0.39
Hex 99 C3 4 16 0 62 18 49 60 27
Octal 231 303 4 26 0 142 30 111 140 47
Binary 10011001 11000011 100 10110 0 1100010 11000 1001001 1100000 100111

Color Harmonies of #99C304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C304

Black with #99C304

Text Example


Text Example

White with #99C304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,195,4); }

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

background-color css

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

 a { background-color: rgb(153,195,4); }

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

border-color css

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

 span { border-color: rgb(153,195,4); }

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