Html Css Color HEX #93C305 Citrus

📋 copy color: '#93C305'

red 147 ◦ green 195 ◦ blue 5

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

Shades of Citrus #93C305

Tints of Citrus #93C305

RGB

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

 GREEN value IS 195 (76.56% from 255) = 56.2%

 BLUE value IS 5 (2.34% from 255) = 1.44%

R = 42.36%
G = 56.2%
B = 1.44%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#93C305 (or 0x93C305) is known color: Citrus. HEX triplet: 93, C3 and 05. RGB value is (147,195,5). Sum of RGB (Red+Green+Blue) = 147+195+5=347 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.36% from 347); Green value is 195 (76.56% from 255 or 56.20% from 347); Blue value is 5 (2.34% from 255 or 1.44% from 347); Max value from RGB is 195 - color contains mainly: green. Hex color #93C305 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93C305 is #6C3CFA. Grayscale: #9F9F9F. Windows color (decimal): -7093499 or 377747. OLE color: 377747.

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

Color convert

RGB 147 195 5 -
CMYK 0.25 0 0.97 0.24
HSL 75.16º 0.95% 0.39% -
HSV(B) 75.16º 0.97% 0.76% -
XYZ 31.58 45.24 7.21 -
YUV 158.99 41.1 119.45 -
System Red Green Blue C M Y K H S L
Decimal 147 195 5 0.25 0 0.97 0.24 75.16 0.95 0.39
Hex 93 C3 5 19 0 61 18 4B 5F 27
Octal 223 303 5 31 0 141 30 113 137 47
Binary 10010011 11000011 101 11001 0 1100001 11000 1001011 1011111 100111

Color Harmonies of #93C305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C305

Black with #93C305

Text Example


Text Example

White with #93C305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,195,5); }

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

background-color css

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

 a { background-color: rgb(147,195,5); }

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

border-color css

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

 span { border-color: rgb(147,195,5); }

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