Html Css Color HEX #93C80E Citrus

📋 copy color: '#93C80E'

red 147 ◦ green 200 ◦ blue 14

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

Shades of Citrus #93C80E

Tints of Citrus #93C80E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 55.4%

 BLUE value IS 14 (5.86% from 255) = 3.88%

R = 40.72%
G = 55.4%
B = 3.88%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#93C80E (or 0x93C80E) is known color: Citrus. HEX triplet: 93, C8 and 0E. RGB value is (147,200,14). Sum of RGB (Red+Green+Blue) = 147+200+14=361 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.72% from 361); Green value is 200 (78.52% from 255 or 55.40% from 361); Blue value is 14 (5.86% from 255 or 3.88% from 361); Max value from RGB is 200 - color contains mainly: green. Hex color #93C80E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93C80E is #6C37F1. Grayscale: #A3A3A3. Windows color (decimal): -7092210 or 968851. OLE color: 968851.

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

Color convert

RGB 147 200 14 -
CMYK 0.26 0 0.93 0.22
HSL 77.1º 0.87% 0.42% -
HSV(B) 77.1º 0.93% 0.78% -
XYZ 32.77 47.54 7.87 -
YUV 162.95 43.94 116.62 -
System Red Green Blue C M Y K H S L
Decimal 147 200 14 0.26 0 0.93 0.22 77.1 0.87 0.42
Hex 93 C8 E 1A 0 5D 16 4D 57 2A
Octal 223 310 16 32 0 135 26 115 127 52
Binary 10010011 11001000 1110 11010 0 1011101 10110 1001101 1010111 101010

Color Harmonies of #93C80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C80E

Black with #93C80E

Text Example


Text Example

White with #93C80E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,200,14); }

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

background-color css

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

 a { background-color: rgb(147,200,14); }

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

border-color css

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

 span { border-color: rgb(147,200,14); }

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