#93D300

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

Shades of Citrus #93D300

Tints of Citrus #93D300

Color information

#93D300 (or 0x93D300) is unknown color: approx Citrus. HEX triplet: 93, D3 and 00. RGB value is (147,211,0). Sum of RGB (Red+Green+Blue) = 147+211+0=358 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.06% from 358); Green value is 211 (82.81% from 255 or 58.94% from 358); Blue value is 0 (0.39% from 255 or 0% from 358); Max value from RGB is 211 - color contains mainly: green. Hex color #93D300 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93D300 is #6C2CFF. Grayscale: #A8A8A8. Windows color (decimal): -7089408 or 54163. OLE color: 54163.

HSL color Cylindrical-coordinate representation of color #93D300: hue angle of 78.2º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #93D300 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.17.

Color convert

RGB1472110-
CMYK0.30010.17
HSL78.2º100%41.37%-
HSV(B)78.2º100%82.75%-
XYZ35.3352.798.33-
YUV167.8133.3113.16-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.06%
GREEN value IS 211 (82.81% from 255) = 58.94%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.06%
G=58.94%
B=0%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal14721100.30010.1778.210041.37
Hex93D301E064114e6429
Octal22332303601442111614451
Binary1001001111010011011110011001001000110011101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93D300; }

 p { color: rgb(147,211,0); }

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

<style>
 a { background-color: #93D300; }

 a { background-color: rgb(147,211,0); }

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

<style>
 span { border-color: #93D300; }

 span { border-color: rgb(147,211,0); }

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