#93C208

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

Shades of Citrus #93C208

Tints of Citrus #93C208

Color information

#93C208 (or 0x93C208) is unknown color: approx Citrus. HEX triplet: 93, C2 and 08. RGB value is (147,194,8). Sum of RGB (Red+Green+Blue) = 147+194+8=349 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.12% from 349); Green value is 194 (76.17% from 255 or 55.59% from 349); Blue value is 8 (3.52% from 255 or 2.29% from 349); Max value from RGB is 194 - color contains mainly: green. Hex color #93C208 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93C208 is #6C3DF7. Grayscale: #9F9F9F. Windows color (decimal): -7093752 or 574099. OLE color: 574099.

HSL color Cylindrical-coordinate representation of color #93C208: hue angle of 75.16º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #93C208 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB1471948-
CMYK0.2400.960.24
HSL75.16º92.08%39.61%-
HSV(B)75.16º95.88%76.08%-
XYZ31.3744.87.22-
YUV158.7442.93119.62-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.12%
GREEN value IS 194 (76.17% from 255) = 55.59%
BLUE value IS 8 (3.52% from 255) = 2.29%
R=42.12%
G=55.59%
B=2.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal14719480.2400.960.2475.1692.0839.61
Hex93C2818060184b5c28
Octal223302103001403011313450
Binary1001001111000010100011000011000001100010010111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,194,8); }

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

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

 a { background-color: rgb(147,194,8); }

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

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

 span { border-color: rgb(147,194,8); }

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