Html Css Color HEX #93C30F Citrus

📋 copy color: '#93C30F'

red 147 ◦ green 195 ◦ blue 15

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

Shades of Citrus #93C30F

Tints of Citrus #93C30F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.2%

R = 41.18%
G = 54.62%
B = 4.2%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#93C30F (or 0x93C30F) is known color: Citrus. HEX triplet: 93, C3 and 0F. RGB value is (147,195,15). Sum of RGB (Red+Green+Blue) = 147+195+15=357 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.18% from 357); Green value is 195 (76.56% from 255 or 54.62% from 357); Blue value is 15 (6.25% from 255 or 4.20% from 357); Max value from RGB is 195 - color contains mainly: green. Hex color #93C30F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93C30F is #6C3CF0. Grayscale: #A0A0A0. Windows color (decimal): -7093489 or 1033107. OLE color: 1033107.

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

Color convert

RGB 147 195 15 -
CMYK 0.25 0 0.92 0.24
HSL 76º 0.86% 0.41% -
HSV(B) 76º 0.92% 0.76% -
XYZ 31.63 45.27 7.52 -
YUV 160.13 46.1 118.64 -
System Red Green Blue C M Y K H S L
Decimal 147 195 15 0.25 0 0.92 0.24 76 0.86 0.41
Hex 93 C3 F 19 0 5C 18 4C 56 29
Octal 223 303 17 31 0 134 30 114 126 51
Binary 10010011 11000011 1111 11001 0 1011100 11000 1001100 1010110 101001

Color Harmonies of #93C30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C30F

Black with #93C30F

Text Example


Text Example

White with #93C30F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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