Html Css Color HEX #94C116 Citrus

📋 copy color: '#94C116'

red 148 ◦ green 193 ◦ blue 22

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

Shades of Citrus #94C116

Tints of Citrus #94C116

RGB

 RED value IS 148 (58.2% from 255) = 40.77%

 GREEN value IS 193 (75.78% from 255) = 53.17%

 BLUE value IS 22 (8.98% from 255) = 6.06%

R = 40.77%
G = 53.17%
B = 6.06%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#94C116 (or 0x94C116) is known color: Citrus. HEX triplet: 94, C1 and 16. RGB value is (148,193,22). Sum of RGB (Red+Green+Blue) = 148+193+22=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 193 (75.78% from 255 or 53.17% from 363); Blue value is 22 (8.98% from 255 or 6.06% from 363); Max value from RGB is 193 - color contains mainly: green. Hex color #94C116 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94C116 is #6B3EE9. Grayscale: #A0A0A0. Windows color (decimal): -7028458 or 1491348. OLE color: 1491348.

HSL color Cylindrical-coordinate representation of color #94C116: hue angle of 75.79º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #94C116 is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 148 193 22 -
CMYK 0.23 0 0.89 0.24
HSL 75.79º 0.8% 0.42% -
HSV(B) 75.79º 0.89% 0.76% -
XYZ 31.43 44.49 7.69 -
YUV 160.05 50.09 119.4 -
System Red Green Blue C M Y K H S L
Decimal 148 193 22 0.23 0 0.89 0.24 75.79 0.8 0.42
Hex 94 C1 16 17 0 59 18 4C 50 2A
Octal 224 301 26 27 0 131 30 114 120 52
Binary 10010100 11000001 10110 10111 0 1011001 11000 1001100 1010000 101010

Color Harmonies of #94C116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C116

Black with #94C116

Text Example


Text Example

White with #94C116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94C116; }

 p { color: rgb(148,193,22); }

 H1.HeaderClassName
 {
   color: #94C116;
 }
 .AnyTagClassName
 {
   color: #94C116;
 }
</style>

background-color css

<style>
 a { background-color: #94C116; }

 a { background-color: rgb(148,193,22); }

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

border-color css

<style>
 span { border-color: #94C116; }

 span { border-color: rgb(148,193,22); }

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