Html Css Color HEX #99C30E Citrus

📋 copy color: '#99C30E'

red 153 ◦ green 195 ◦ blue 14

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

Shades of Citrus #99C30E

Tints of Citrus #99C30E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.87%

R = 42.27%
G = 53.87%
B = 3.87%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#99C30E (or 0x99C30E) is known color: Citrus. HEX triplet: 99, C3 and 0E. RGB value is (153,195,14). Sum of RGB (Red+Green+Blue) = 153+195+14=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 195 (76.56% from 255 or 53.87% from 362); Blue value is 14 (5.86% from 255 or 3.87% from 362); Max value from RGB is 195 - color contains mainly: green. Hex color #99C30E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99C30E is #663CF1. Grayscale: #A2A2A2. Windows color (decimal): -6700274 or 967577. OLE color: 967577.

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

Color convert

RGB 153 195 14 -
CMYK 0.22 0 0.93 0.24
HSL 73.92º 0.87% 0.41% -
HSV(B) 73.92º 0.93% 0.76% -
XYZ 32.73 45.83 7.54 -
YUV 161.81 44.59 121.72 -
System Red Green Blue C M Y K H S L
Decimal 153 195 14 0.22 0 0.93 0.24 73.92 0.87 0.41
Hex 99 C3 E 16 0 5D 18 4A 57 29
Octal 231 303 16 26 0 135 30 112 127 51
Binary 10011001 11000011 1110 10110 0 1011101 11000 1001010 1010111 101001

Color Harmonies of #99C30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C30E

Black with #99C30E

Text Example


Text Example

White with #99C30E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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