#93C70B

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

Shades of Citrus #93C70B

Tints of Citrus #93C70B

Color information

#93C70B (or 0x93C70B) is unknown color: approx Citrus. HEX triplet: 93, C7 and 0B. RGB value is (147,199,11). Sum of RGB (Red+Green+Blue) = 147+199+11=357 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.18% from 357); Green value is 199 (78.12% from 255 or 55.74% from 357); Blue value is 11 (4.69% from 255 or 3.08% from 357); Max value from RGB is 199 - color contains mainly: green. Hex color #93C70B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93C70B is #6C38F4. Grayscale: #A2A2A2. Windows color (decimal): -7092469 or 771987. OLE color: 771987.

HSL color Cylindrical-coordinate representation of color #93C70B: hue angle of 76.6º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #93C70B is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB14719911-
CMYK0.2600.940.22
HSL76.6º89.52%41.18%-
HSV(B)76.6º94.47%78.04%-
XYZ32.5247.077.69-
YUV162.0242.77117.29-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.18%
GREEN value IS 199 (78.12% from 255) = 55.74%
BLUE value IS 11 (4.69% from 255) = 3.08%
R=41.18%
G=55.74%
B=3.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal147199110.2600.940.2276.689.5241.18
Hex93C7B1A05E164d5a29
Octal223307133201362611513251
Binary1001001111000111101111010010111101011010011011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C70B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,199,11); }

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

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

 a { background-color: rgb(147,199,11); }

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

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

 span { border-color: rgb(147,199,11); }

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