Html Css Color HEX #93C302 Citrus

📋 copy color: '#93C302'

red 147 ◦ green 195 ◦ blue 2

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

Shades of Citrus #93C302

Tints of Citrus #93C302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.58%

R = 42.73%
G = 56.69%
B = 0.58%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#93C302 (or 0x93C302) is known color: Citrus. HEX triplet: 93, C3 and 02. RGB value is (147,195,2). Sum of RGB (Red+Green+Blue) = 147+195+2=344 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.73% from 344); Green value is 195 (76.56% from 255 or 56.69% from 344); Blue value is 2 (1.17% from 255 or 0.58% from 344); Max value from RGB is 195 - color contains mainly: green. Hex color #93C302 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93C302 is #6C3CFD. Grayscale: #9F9F9F. Windows color (decimal): -7093502 or 181139. OLE color: 181139.

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

Color convert

RGB 147 195 2 -
CMYK 0.25 0 0.99 0.24
HSL 74.92º 0.98% 0.39% -
HSV(B) 74.92º 0.99% 0.76% -
XYZ 31.56 45.24 7.13 -
YUV 158.65 39.6 119.69 -
System Red Green Blue C M Y K H S L
Decimal 147 195 2 0.25 0 0.99 0.24 74.92 0.98 0.39
Hex 93 C3 2 19 0 63 18 4B 62 27
Octal 223 303 2 31 0 143 30 113 142 47
Binary 10010011 11000011 10 11001 0 1100011 11000 1001011 1100010 100111

Color Harmonies of #93C302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C302

Black with #93C302

Text Example


Text Example

White with #93C302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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