Html Css Color HEX #93C915 Citrus

📋 copy color: '#93C915'

red 147 ◦ green 201 ◦ blue 21

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

Shades of Citrus #93C915

Tints of Citrus #93C915

RGB

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

 GREEN value IS 201 (78.91% from 255) = 54.47%

 BLUE value IS 21 (8.59% from 255) = 5.69%

R = 39.84%
G = 54.47%
B = 5.69%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#93C915 (or 0x93C915) is known color: Citrus. HEX triplet: 93, C9 and 15. RGB value is (147,201,21). Sum of RGB (Red+Green+Blue) = 147+201+21=369 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.84% from 369); Green value is 201 (78.91% from 255 or 54.47% from 369); Blue value is 21 (8.59% from 255 or 5.69% from 369); Max value from RGB is 201 - color contains mainly: green. Hex color #93C915 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93C915 is #6C36EA. Grayscale: #A5A5A5. Windows color (decimal): -7091947 or 1427859. OLE color: 1427859.

HSL color Cylindrical-coordinate representation of color #93C915: hue angle of 78º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93C915 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 147 201 21 -
CMYK 0.27 0 0.90 0.21
HSL 78º 0.81% 0.44% -
HSV(B) 78º 0.9% 0.79% -
XYZ 33.05 48.03 8.24 -
YUV 164.33 47.11 115.64 -
System Red Green Blue C M Y K H S L
Decimal 147 201 21 0.27 0 0.90 0.21 78 0.81 0.44
Hex 93 C9 15 1B 0 5A 15 4E 51 2C
Octal 223 311 25 33 0 132 25 116 121 54
Binary 10010011 11001001 10101 11011 0 1011010 10101 1001110 1010001 101100

Color Harmonies of #93C915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93C915

Black with #93C915

Text Example


Text Example

White with #93C915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,201,21); }

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

background-color css

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

 a { background-color: rgb(147,201,21); }

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

border-color css

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

 span { border-color: rgb(147,201,21); }

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