Html Css Color HEX #93F002 Spring Bud

📋 copy color: '#93F002'

red 147 ◦ green 240 ◦ blue 2

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

Shades of Spring Bud #93F002

Tints of Spring Bud #93F002

RGB

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

 GREEN value IS 240 (94.14% from 255) = 61.7%

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 37.79%
G = 61.7%
B = 0.51%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#93F002 (or 0x93F002) is known color: Spring Bud. HEX triplet: 93, F0 and 02. RGB value is (147,240,2). Sum of RGB (Red+Green+Blue) = 147+240+2=389 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.79% from 389); Green value is 240 (94.14% from 255 or 61.70% from 389); Blue value is 2 (1.17% from 255 or 0.51% from 389); Max value from RGB is 240 - color contains mainly: green. Hex color #93F002 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93F002 is #6C0FFD. Grayscale: #B9B9B9. Windows color (decimal): -7081982 or 192659. OLE color: 192659.

HSL color Cylindrical-coordinate representation of color #93F002: hue angle of 83.45º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #93F002 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 147 240 2 -
CMYK 0.39 0 0.99 0.06
HSL 83.45º 0.98% 0.47% -
HSV(B) 83.45º 0.99% 0.94% -
XYZ 43.2 68.53 11.01 -
YUV 185.06 24.69 100.85 -
System Red Green Blue C M Y K H S L
Decimal 147 240 2 0.39 0 0.99 0.06 83.45 0.98 0.47
Hex 93 F0 2 27 0 63 6 53 62 2F
Octal 223 360 2 47 0 143 6 123 142 57
Binary 10010011 11110000 10 100111 0 1100011 110 1010011 1100010 101111

Color Harmonies of #93F002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93F002

Black with #93F002

Text Example


Text Example

White with #93F002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,240,2); }

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

background-color css

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

 a { background-color: rgb(147,240,2); }

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

border-color css

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

 span { border-color: rgb(147,240,2); }

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