Html Css Color HEX #93C504 Citrus

📋 copy color: '#93C504'

red 147 ◦ green 197 ◦ blue 4

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

Shades of Citrus #93C504

Tints of Citrus #93C504

RGB

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

 GREEN value IS 197 (77.34% from 255) = 56.61%

 BLUE value IS 4 (1.95% from 255) = 1.15%

R = 42.24%
G = 56.61%
B = 1.15%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#93C504 (or 0x93C504) is known color: Citrus. HEX triplet: 93, C5 and 04. RGB value is (147,197,4). Sum of RGB (Red+Green+Blue) = 147+197+4=348 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.24% from 348); Green value is 197 (77.34% from 255 or 56.61% from 348); Blue value is 4 (1.95% from 255 or 1.15% from 348); Max value from RGB is 197 - color contains mainly: green. Hex color #93C504 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93C504 is #6C3AFB. Grayscale: #A0A0A0. Windows color (decimal): -7092988 or 312723. OLE color: 312723.

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

Color convert

RGB 147 197 4 -
CMYK 0.25 0 0.98 0.23
HSL 75.54º 0.96% 0.39% -
HSV(B) 75.54º 0.98% 0.77% -
XYZ 32.02 46.14 7.33 -
YUV 160.05 39.94 118.69 -
System Red Green Blue C M Y K H S L
Decimal 147 197 4 0.25 0 0.98 0.23 75.54 0.96 0.39
Hex 93 C5 4 19 0 62 17 4C 60 27
Octal 223 305 4 31 0 142 27 114 140 47
Binary 10010011 11000101 100 11001 0 1100010 10111 1001100 1100000 100111

Color Harmonies of #93C504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C504

Black with #93C504

Text Example


Text Example

White with #93C504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,197,4); }

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

background-color css

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

 a { background-color: rgb(147,197,4); }

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

border-color css

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

 span { border-color: rgb(147,197,4); }

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