Html Css Color HEX #93CA15 Citrus

📋 copy color: '#93CA15'

red 147 ◦ green 202 ◦ blue 21

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

Shades of Citrus #93CA15

Tints of Citrus #93CA15

RGB

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

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

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

R = 39.73%
G = 54.59%
B = 5.68%

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

#93CA15 (or 0x93CA15) is known color: Citrus. HEX triplet: 93, CA and 15. RGB value is (147,202,21). Sum of RGB (Red+Green+Blue) = 147+202+21=370 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.73% from 370); Green value is 202 (79.30% from 255 or 54.59% from 370); Blue value is 21 (8.59% from 255 or 5.68% from 370); Max value from RGB is 202 - color contains mainly: green. Hex color #93CA15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93CA15 is #6C35EA. Grayscale: #A5A5A5. Windows color (decimal): -7091691 or 1428115. OLE color: 1428115.

HSL color Cylindrical-coordinate representation of color #93CA15: hue angle of 78.23º 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 #93CA15 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 147 202 21 -
CMYK 0.27 0 0.90 0.21
HSL 78.23º 0.81% 0.44% -
HSV(B) 78.23º 0.9% 0.79% -
XYZ 33.29 48.5 8.32 -
YUV 164.92 46.78 115.22 -
System Red Green Blue C M Y K H S L
Decimal 147 202 21 0.27 0 0.90 0.21 78.23 0.81 0.44
Hex 93 CA 15 1B 0 5A 15 4E 51 2C
Octal 223 312 25 33 0 132 25 116 121 54
Binary 10010011 11001010 10101 11011 0 1011010 10101 1001110 1010001 101100

Color Harmonies of #93CA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CA15

Black with #93CA15

Text Example


Text Example

White with #93CA15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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