Html Css Color HEX #93EF08 Spring Bud

📋 copy color: '#93EF08'

red 147 ◦ green 239 ◦ blue 8

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

Shades of Spring Bud #93EF08

Tints of Spring Bud #93EF08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.03%

R = 37.31%
G = 60.66%
B = 2.03%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#93EF08 (or 0x93EF08) is known color: Spring Bud. HEX triplet: 93, EF and 08. RGB value is (147,239,8). Sum of RGB (Red+Green+Blue) = 147+239+8=394 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.31% from 394); Green value is 239 (93.75% from 255 or 60.66% from 394); Blue value is 8 (3.52% from 255 or 2.03% from 394); Max value from RGB is 239 - color contains mainly: green. Hex color #93EF08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93EF08 is #6C10F7. Grayscale: #B9B9B9. Windows color (decimal): -7082232 or 585619. OLE color: 585619.

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

Color convert

RGB 147 239 8 -
CMYK 0.38 0 0.97 0.06
HSL 83.9º 0.94% 0.48% -
HSV(B) 83.9º 0.97% 0.94% -
XYZ 42.94 67.95 11.08 -
YUV 185.16 28.02 100.78 -
System Red Green Blue C M Y K H S L
Decimal 147 239 8 0.38 0 0.97 0.06 83.9 0.94 0.48
Hex 93 EF 8 26 0 61 6 54 5E 30
Octal 223 357 10 46 0 141 6 124 136 60
Binary 10010011 11101111 1000 100110 0 1100001 110 1010100 1011110 110000

Color Harmonies of #93EF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93EF08

Black with #93EF08

Text Example


Text Example

White with #93EF08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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