Html Css Color HEX #93CE14 Yellow Green

📋 copy color: '#93CE14'

red 147 ◦ green 206 ◦ blue 20

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

Shades of Yellow Green #93CE14

Tints of Yellow Green #93CE14

RGB

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

 GREEN value IS 206 (80.86% from 255) = 55.23%

 BLUE value IS 20 (8.2% from 255) = 5.36%

R = 39.41%
G = 55.23%
B = 5.36%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#93CE14 (or 0x93CE14) is known color: Yellow Green. HEX triplet: 93, CE and 14. RGB value is (147,206,20). Sum of RGB (Red+Green+Blue) = 147+206+20=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 206 (80.86% from 255 or 55.23% from 373); Blue value is 20 (8.20% from 255 or 5.36% from 373); Max value from RGB is 206 - color contains mainly: green. Hex color #93CE14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93CE14 is #6C31EB. Grayscale: #A7A7A7. Windows color (decimal): -7090668 or 1363603. OLE color: 1363603.

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

Color convert

RGB 147 206 20 -
CMYK 0.29 0 0.90 0.19
HSL 79.03º 0.82% 0.44% -
HSV(B) 79.03º 0.9% 0.81% -
XYZ 34.23 50.4 8.59 -
YUV 167.16 44.95 113.62 -
System Red Green Blue C M Y K H S L
Decimal 147 206 20 0.29 0 0.90 0.19 79.03 0.82 0.44
Hex 93 CE 14 1D 0 5A 13 4F 52 2C
Octal 223 316 24 35 0 132 23 117 122 54
Binary 10010011 11001110 10100 11101 0 1011010 10011 1001111 1010010 101100

Color Harmonies of #93CE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CE14

Black with #93CE14

Text Example


Text Example

White with #93CE14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,206,20); }

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

background-color css

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

 a { background-color: rgb(147,206,20); }

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

border-color css

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

 span { border-color: rgb(147,206,20); }

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