#94D303

Color #94D303 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #94D303

Tints of Citrus #94D303

Color information

#94D303 (or 0x94D303) is unknown color: approx Citrus. HEX triplet: 94, D3 and 03. RGB value is (148,211,3). Sum of RGB (Red+Green+Blue) = 148+211+3=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 211 (82.81% from 255 or 58.29% from 362); Blue value is 3 (1.56% from 255 or 0.83% from 362); Max value from RGB is 211 - color contains mainly: green. Hex color #94D303 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94D303 is #6B2CFC. Grayscale: #A9A9A9. Windows color (decimal): -7023869 or 250772. OLE color: 250772.

HSL color Cylindrical-coordinate representation of color #94D303: hue angle of 78.17º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #94D303 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.

Color convert

RGB1482113-
CMYK0.3000.990.17
HSL78.17º97.2%41.96%-
HSV(B)78.17º98.58%82.75%-
XYZ35.5252.898.42-
YUV168.4534.63113.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.88%
GREEN value IS 211 (82.81% from 255) = 58.29%
BLUE value IS 3 (1.56% from 255) = 0.83%
R=40.88%
G=58.29%
B=0.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal14821130.3000.990.1778.1797.241.96
Hex94D331E063114e612a
Octal22432333601432111614152
Binary10010100110100111111110011000111000110011101100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,211,3); }

 H1.HeaderClassName
 {
   color: #94D303;
 }
 .AnyTagClassName
 {
   color: #94D303;
 }
</style>
background-color css

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

 a { background-color: rgb(148,211,3); }

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

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

 span { border-color: rgb(148,211,3); }

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