Html Css Color HEX #93CA03 Citrus

📋 copy color: '#93CA03'

red 147 ◦ green 202 ◦ blue 3

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

Shades of Citrus #93CA03

Tints of Citrus #93CA03

RGB

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

 GREEN value IS 202 (79.3% from 255) = 57.39%

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

R = 41.76%
G = 57.39%
B = 0.85%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#93CA03 (or 0x93CA03) is known color: Citrus. HEX triplet: 93, CA and 03. RGB value is (147,202,3). Sum of RGB (Red+Green+Blue) = 147+202+3=352 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.76% from 352); Green value is 202 (79.30% from 255 or 57.39% from 352); Blue value is 3 (1.56% from 255 or 0.85% from 352); Max value from RGB is 202 - color contains mainly: green. Hex color #93CA03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93CA03 is #6C35FC. Grayscale: #A3A3A3. Windows color (decimal): -7091709 or 248467. OLE color: 248467.

HSL color Cylindrical-coordinate representation of color #93CA03: hue angle of 76.58º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #93CA03 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB 147 202 3 -
CMYK 0.27 0 0.99 0.21
HSL 76.58º 0.97% 0.4% -
HSV(B) 76.58º 0.99% 0.79% -
XYZ 33.17 48.45 7.69 -
YUV 162.87 37.78 116.68 -
System Red Green Blue C M Y K H S L
Decimal 147 202 3 0.27 0 0.99 0.21 76.58 0.97 0.4
Hex 93 CA 3 1B 0 63 15 4D 61 28
Octal 223 312 3 33 0 143 25 115 141 50
Binary 10010011 11001010 11 11011 0 1100011 10101 1001101 1100001 101000

Color Harmonies of #93CA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CA03

Black with #93CA03

Text Example


Text Example

White with #93CA03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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