Html Css Color HEX #93C400 Citrus

📋 copy color: '#93C400'

red 147 ◦ green 196 ◦ blue 0

#93C400
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #93C400

Tints of Citrus #93C400

RGB

 RED value IS 147 (57.81% from 255) = 42.86%

 GREEN value IS 196 (76.95% from 255) = 57.14%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.86%
G = 57.14%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#93C400 (or 0x93C400) is known color: Citrus. HEX triplet: 93, C4 and 00. RGB value is (147,196,0). Sum of RGB (Red+Green+Blue) = 147+196+0=343 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.86% from 343); Green value is 196 (76.95% from 255 or 57.14% from 343); Blue value is 0 (0.39% from 255 or 0% from 343); Max value from RGB is 196 - color contains mainly: green. Hex color #93C400 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93C400 is #6C3BFF. Grayscale: #9F9F9F. Windows color (decimal): -7093248 or 50323. OLE color: 50323.

HSL color Cylindrical-coordinate representation of color #93C400: hue angle of 75º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #93C400 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB 147 196 0 -
CMYK 0.25 0 1 0.23
HSL 75º 1% 0.38% -
HSV(B) 75º 1% 0.77% -
XYZ 31.77 45.68 7.14 -
YUV 159.01 38.27 119.44 -
System Red Green Blue C M Y K H S L
Decimal 147 196 0 0.25 0 1 0.23 75 1 0.38
Hex 93 C4 0 19 0 64 17 4B 64 26
Octal 223 304 0 31 0 144 27 113 144 46
Binary 10010011 11000100 0 11001 0 1100100 10111 1001011 1100100 100110

Color Harmonies of #93C400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C400

Black with #93C400

Text Example


Text Example

White with #93C400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #93C400;
 }
 .AnyTagClassName
 {
   color: #93C400;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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