Html Css Color HEX #93C203 Citrus

📋 copy color: '#93C203'

red 147 ◦ green 194 ◦ blue 3

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

Shades of Citrus #93C203

Tints of Citrus #93C203

RGB

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

 GREEN value IS 194 (76.17% from 255) = 56.4%

 BLUE value IS 3 (1.56% from 255) = 0.87%

R = 42.73%
G = 56.4%
B = 0.87%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#93C203 (or 0x93C203) is known color: Citrus. HEX triplet: 93, C2 and 03. RGB value is (147,194,3). Sum of RGB (Red+Green+Blue) = 147+194+3=344 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.73% from 344); Green value is 194 (76.17% from 255 or 56.40% from 344); Blue value is 3 (1.56% from 255 or 0.87% from 344); Max value from RGB is 194 - color contains mainly: green. Hex color #93C203 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93C203 is #6C3DFC. Grayscale: #9E9E9E. Windows color (decimal): -7093757 or 246419. OLE color: 246419.

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

Color convert

RGB 147 194 3 -
CMYK 0.24 0 0.98 0.24
HSL 74.76º 0.97% 0.39% -
HSV(B) 74.76º 0.98% 0.76% -
XYZ 31.34 44.79 7.08 -
YUV 158.17 40.43 120.03 -
System Red Green Blue C M Y K H S L
Decimal 147 194 3 0.24 0 0.98 0.24 74.76 0.97 0.39
Hex 93 C2 3 18 0 62 18 4B 61 27
Octal 223 302 3 30 0 142 30 113 141 47
Binary 10010011 11000010 11 11000 0 1100010 11000 1001011 1100001 100111

Color Harmonies of #93C203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C203

Black with #93C203

Text Example


Text Example

White with #93C203

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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