Html Css Color HEX #93EF16 Spring Bud

📋 copy color: '#93EF16'

red 147 ◦ green 239 ◦ blue 22

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

Shades of Spring Bud #93EF16

Tints of Spring Bud #93EF16

RGB

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

 GREEN value IS 239 (93.75% from 255) = 58.58%

 BLUE value IS 22 (8.98% from 255) = 5.39%

R = 36.03%
G = 58.58%
B = 5.39%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#93EF16 (or 0x93EF16) is known color: Spring Bud. HEX triplet: 93, EF and 16. RGB value is (147,239,22). Sum of RGB (Red+Green+Blue) = 147+239+22=408 (54% of max value = 765). Red value is 147 (57.81% from 255 or 36.03% from 408); Green value is 239 (93.75% from 255 or 58.58% from 408); Blue value is 22 (8.98% from 255 or 5.39% from 408); Max value from RGB is 239 - color contains mainly: green. Hex color #93EF16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93EF16 is #6C10E9. Grayscale: #BBBBBB. Windows color (decimal): -7082218 or 1503123. OLE color: 1503123.

HSL color Cylindrical-coordinate representation of color #93EF16: hue angle of 85.44º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #93EF16 is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 147 239 22 -
CMYK 0.38 0 0.91 0.06
HSL 85.44º 0.87% 0.51% -
HSV(B) 85.44º 0.91% 0.94% -
XYZ 43.04 67.99 11.61 -
YUV 186.75 35.02 99.64 -
System Red Green Blue C M Y K H S L
Decimal 147 239 22 0.38 0 0.91 0.06 85.44 0.87 0.51
Hex 93 EF 16 26 0 5B 6 55 57 33
Octal 223 357 26 46 0 133 6 125 127 63
Binary 10010011 11101111 10110 100110 0 1011011 110 1010101 1010111 110011

Color Harmonies of #93EF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93EF16

Black with #93EF16

Text Example


Text Example

White with #93EF16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,239,22); }

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

background-color css

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

 a { background-color: rgb(147,239,22); }

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

border-color css

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

 span { border-color: rgb(147,239,22); }

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