Html Css Color HEX #93C30B Citrus

📋 copy color: '#93C30B'

red 147 ◦ green 195 ◦ blue 11

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

Shades of Citrus #93C30B

Tints of Citrus #93C30B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.12%

R = 41.64%
G = 55.24%
B = 3.12%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#93C30B (or 0x93C30B) is known color: Citrus. HEX triplet: 93, C3 and 0B. RGB value is (147,195,11). Sum of RGB (Red+Green+Blue) = 147+195+11=353 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.64% from 353); Green value is 195 (76.56% from 255 or 55.24% from 353); Blue value is 11 (4.69% from 255 or 3.12% from 353); Max value from RGB is 195 - color contains mainly: green. Hex color #93C30B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93C30B is #6C3CF4. Grayscale: #A0A0A0. Windows color (decimal): -7093493 or 770963. OLE color: 770963.

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

Color convert

RGB 147 195 11 -
CMYK 0.25 0 0.94 0.24
HSL 75.65º 0.89% 0.4% -
HSV(B) 75.65º 0.94% 0.76% -
XYZ 31.61 45.26 7.39 -
YUV 159.67 44.1 118.96 -
System Red Green Blue C M Y K H S L
Decimal 147 195 11 0.25 0 0.94 0.24 75.65 0.89 0.4
Hex 93 C3 B 19 0 5E 18 4C 59 28
Octal 223 303 13 31 0 136 30 114 131 50
Binary 10010011 11000011 1011 11001 0 1011110 11000 1001100 1011001 101000

Color Harmonies of #93C30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C30B

Black with #93C30B

Text Example


Text Example

White with #93C30B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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