Html Css Color HEX #94C005 Citrus

📋 copy color: '#94C005'

red 148 ◦ green 192 ◦ blue 5

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

Shades of Citrus #94C005

Tints of Citrus #94C005

RGB

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

 GREEN value IS 192 (75.39% from 255) = 55.65%

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

R = 42.9%
G = 55.65%
B = 1.45%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#94C005 (or 0x94C005) is known color: Citrus. HEX triplet: 94, C0 and 05. RGB value is (148,192,5). Sum of RGB (Red+Green+Blue) = 148+192+5=345 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.90% from 345); Green value is 192 (75.39% from 255 or 55.65% from 345); Blue value is 5 (2.34% from 255 or 1.45% from 345); Max value from RGB is 192 - color contains mainly: green. Hex color #94C005 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94C005 is #6B3FFA. Grayscale: #9E9E9E. Windows color (decimal): -7028731 or 376980. OLE color: 376980.

HSL color Cylindrical-coordinate representation of color #94C005: hue angle of 74.12º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #94C005 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 192 5 -
CMYK 0.23 0 0.97 0.25
HSL 74.12º 0.95% 0.39% -
HSV(B) 74.12º 0.97% 0.75% -
XYZ 31.09 44.01 7 -
YUV 157.53 41.92 121.21 -
System Red Green Blue C M Y K H S L
Decimal 148 192 5 0.23 0 0.97 0.25 74.12 0.95 0.39
Hex 94 C0 5 17 0 61 19 4A 5F 27
Octal 224 300 5 27 0 141 31 112 137 47
Binary 10010100 11000000 101 10111 0 1100001 11001 1001010 1011111 100111

Color Harmonies of #94C005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C005

Black with #94C005

Text Example


Text Example

White with #94C005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,192,5); }

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

background-color css

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

 a { background-color: rgb(148,192,5); }

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

border-color css

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

 span { border-color: rgb(148,192,5); }

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