Html Css Color HEX #05E372 Spring Green

📋 copy color: '#05E372'

red 5 ◦ green 227 ◦ blue 114

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

Shades of Spring Green #05E372

Tints of Spring Green #05E372

RGB

 RED value IS 5 (2.34% from 255) = 1.45%

 GREEN value IS 227 (89.06% from 255) = 65.61%

 BLUE value IS 114 (44.92% from 255) = 32.95%

R = 1.45%
G = 65.61%
B = 32.95%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#05E372 (or 0x05E372) is known color: Spring Green. HEX triplet: 05, E3 and 72. RGB value is (5,227,114). Sum of RGB (Red+Green+Blue) = 5+227+114=346 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 346); Green value is 227 (89.06% from 255 or 65.61% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 227 - color contains mainly: green. Hex color #05E372 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05E372 is #FA1C8D. Grayscale: #939393. Windows color (decimal): -16391310 or 7529221. OLE color: 7529221.

HSL color Cylindrical-coordinate representation of color #05E372: hue angle of 149.46º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E372 is Cyan = 0.98, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 5 227 114 -
CMYK 0.98 0 0.50 0.11
HSL 149.46º 0.96% 0.45% -
HSV(B) 149.46º 0.98% 0.89% -
XYZ 30.57 56.19 25.15 -
YUV 147.74 108.95 26.19 -
System Red Green Blue C M Y K H S L
Decimal 5 227 114 0.98 0 0.50 0.11 149.46 0.96 0.45
Hex 5 E3 72 62 0 32 B 95 60 2D
Octal 5 343 162 142 0 62 13 225 140 55
Binary 101 11100011 1110010 1100010 0 110010 1011 10010101 1100000 101101

Color Harmonies of #05E372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05E372

Black with #05E372

Text Example


Text Example

White with #05E372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05E372; }

 p { color: rgb(5,227,114); }

 H1.HeaderClassName
 {
   color: #05E372;
 }
 .AnyTagClassName
 {
   color: #05E372;
 }
</style>

background-color css

<style>
 a { background-color: #05E372; }

 a { background-color: rgb(5,227,114); }

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

border-color css

<style>
 span { border-color: #05E372; }

 span { border-color: rgb(5,227,114); }

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