#93bf18

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

Shades of Citrus #93BF18

Tints of Citrus #93BF18

Color information

#93BF18 (or 0x93BF18) is unknown color: approx Citrus. HEX triplet: 93, BF and 18. RGB value is (147,191,24). Sum of RGB (Red+Green+Blue) = 147+191+24=362 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.61% from 362); Green value is 191 (75% from 255 or 52.76% from 362); Blue value is 24 (9.77% from 255 or 6.63% from 362); Max value from RGB is 191 - color contains mainly: green. Hex color #93BF18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93BF18 is #6C40E7. Grayscale: #9F9F9F. Windows color (decimal): -7094504 or 1621907. OLE color: 1621907.

HSL color Cylindrical-coordinate representation of color #93BF18: hue angle of 75.81º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #93BF18 is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB14719124-
CMYK0.2300.870.25
HSL75.81º77.67%42.16%-
HSV(B)75.81º87.43%74.9%-
XYZ30.8343.537.64-
YUV158.8151.92119.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.61%
GREEN value IS 191 (75% from 255) = 52.76%
BLUE value IS 24 (9.77% from 255) = 6.63%
R=40.61%
G=52.76%
B=6.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal147191240.2300.870.2575.8177.6742.16
Hex93BF1817057194c4e2a
Octal223277302701273111411652
Binary10010011101111111100010111010101111100110011001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93bf18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,191,24); }

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

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

 a { background-color: rgb(147,191,24); }

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

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

 span { border-color: rgb(147,191,24); }

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