Html Css Color HEX #94C104 Citrus

📋 copy color: '#94C104'

red 148 ◦ green 193 ◦ blue 4

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

Shades of Citrus #94C104

Tints of Citrus #94C104

RGB

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

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

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

R = 42.9%
G = 55.94%
B = 1.16%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#94C104 (or 0x94C104) is known color: Citrus. HEX triplet: 94, C1 and 04. RGB value is (148,193,4). Sum of RGB (Red+Green+Blue) = 148+193+4=345 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.90% from 345); Green value is 193 (75.78% from 255 or 55.94% from 345); Blue value is 4 (1.95% from 255 or 1.16% from 345); Max value from RGB is 193 - color contains mainly: green. Hex color #94C104 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94C104 is #6B3EFB. Grayscale: #9E9E9E. Windows color (decimal): -7028476 or 311700. OLE color: 311700.

HSL color Cylindrical-coordinate representation of color #94C104: hue angle of 74.29º 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 #94C104 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 148 193 4 -
CMYK 0.23 0 0.98 0.24
HSL 74.29º 0.96% 0.39% -
HSV(B) 74.29º 0.98% 0.76% -
XYZ 31.3 44.44 7.04 -
YUV 158 41.09 120.87 -
System Red Green Blue C M Y K H S L
Decimal 148 193 4 0.23 0 0.98 0.24 74.29 0.96 0.39
Hex 94 C1 4 17 0 62 18 4A 60 27
Octal 224 301 4 27 0 142 30 112 140 47
Binary 10010100 11000001 100 10111 0 1100010 11000 1001010 1100000 100111

Color Harmonies of #94C104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C104

Black with #94C104

Text Example


Text Example

White with #94C104

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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