Html Css Color HEX #0EFD65 Spring Green

📋 copy color: '#0EFD65'

red 14 ◦ green 253 ◦ blue 101

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

Shades of Spring Green #0EFD65

Tints of Spring Green #0EFD65

RGB

 RED value IS 14 (5.86% from 255) = 3.8%

 GREEN value IS 253 (99.22% from 255) = 68.75%

 BLUE value IS 101 (39.84% from 255) = 27.45%

R = 3.8%
G = 68.75%
B = 27.45%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#0EFD65 (or 0x0EFD65) is known color: Spring Green. HEX triplet: 0E, FD and 65. RGB value is (14,253,101). Sum of RGB (Red+Green+Blue) = 14+253+101=368 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.80% from 368); Green value is 253 (99.22% from 255 or 68.75% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 253 - color contains mainly: green. Hex color #0EFD65 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EFD65 is #F1029A. Grayscale: #A4A4A4. Windows color (decimal): -15794843 or 6683918. OLE color: 6683918.

HSL color Cylindrical-coordinate representation of color #0EFD65: hue angle of 141.84º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFD65 is Cyan = 0.94, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 14 253 101 -
CMYK 0.94 0 0.60 0.01
HSL 141.84º 0.98% 0.52% -
HSV(B) 141.84º 0.94% 0.99% -
XYZ 37.66 71.28 24.09 -
YUV 164.21 92.32 20.86 -
System Red Green Blue C M Y K H S L
Decimal 14 253 101 0.94 0 0.60 0.01 141.84 0.98 0.52
Hex E FD 65 5E 0 3C 1 8E 62 34
Octal 16 375 145 136 0 74 1 216 142 64
Binary 1110 11111101 1100101 1011110 0 111100 1 10001110 1100010 110100

Color Harmonies of #0EFD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFD65

Black with #0EFD65

Text Example


Text Example

White with #0EFD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0EFD65; }

 p { color: rgb(14,253,101); }

 H1.HeaderClassName
 {
   color: #0EFD65;
 }
 .AnyTagClassName
 {
   color: #0EFD65;
 }
</style>

background-color css

<style>
 a { background-color: #0EFD65; }

 a { background-color: rgb(14,253,101); }

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

border-color css

<style>
 span { border-color: #0EFD65; }

 span { border-color: rgb(14,253,101); }

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