Html Css Color HEX #94C500 Citrus

📋 copy color: '#94C500'

red 148 ◦ green 197 ◦ blue 0

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

Shades of Citrus #94C500

Tints of Citrus #94C500

RGB

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

 GREEN value IS 197 (77.34% from 255) = 57.1%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.9%
G = 57.1%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#94C500 (or 0x94C500) is known color: Citrus. HEX triplet: 94, C5 and 00. RGB value is (148,197,0). Sum of RGB (Red+Green+Blue) = 148+197+0=345 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.90% from 345); Green value is 197 (77.34% from 255 or 57.10% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 197 - color contains mainly: green. Hex color #94C500 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94C500 is #6B3AFF. Grayscale: #A0A0A0. Windows color (decimal): -7027456 or 50580. OLE color: 50580.

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

Color convert

RGB 148 197 0 -
CMYK 0.25 0 1 0.23
HSL 74.92º 1% 0.39% -
HSV(B) 74.92º 1% 0.77% -
XYZ 32.18 46.23 7.23 -
YUV 159.89 37.77 119.52 -
System Red Green Blue C M Y K H S L
Decimal 148 197 0 0.25 0 1 0.23 74.92 1 0.39
Hex 94 C5 0 19 0 64 17 4B 64 27
Octal 224 305 0 31 0 144 27 113 144 47
Binary 10010100 11000101 0 11001 0 1100100 10111 1001011 1100100 100111

Color Harmonies of #94C500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C500

Black with #94C500

Text Example


Text Example

White with #94C500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,197,0); }

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

background-color css

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

 a { background-color: rgb(148,197,0); }

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

border-color css

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

 span { border-color: rgb(148,197,0); }

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