Html Css Color HEX #0CDF73 Spring Green

📋 copy color: '#0CDF73'

red 12 ◦ green 223 ◦ blue 115

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

Shades of Spring Green #0CDF73

Tints of Spring Green #0CDF73

RGB

 RED value IS 12 (5.08% from 255) = 3.43%

 GREEN value IS 223 (87.5% from 255) = 63.71%

 BLUE value IS 115 (45.31% from 255) = 32.86%

R = 3.43%
G = 63.71%
B = 32.86%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#0CDF73 (or 0x0CDF73) is known color: Spring Green. HEX triplet: 0C, DF and 73. RGB value is (12,223,115). Sum of RGB (Red+Green+Blue) = 12+223+115=350 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.43% from 350); Green value is 223 (87.5% from 255 or 63.71% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 223 - color contains mainly: green. Hex color #0CDF73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CDF73 is #F3208C. Grayscale: #939393. Windows color (decimal): -15933581 or 7593740. OLE color: 7593740.

HSL color Cylindrical-coordinate representation of color #0CDF73: hue angle of 149.29º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDF73 is Cyan = 0.95, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 12 223 115 -
CMYK 0.95 0 0.48 0.13
HSL 149.29º 0.9% 0.46% -
HSV(B) 149.29º 0.95% 0.87% -
XYZ 29.63 54.09 25.1 -
YUV 147.6 109.6 31.28 -
System Red Green Blue C M Y K H S L
Decimal 12 223 115 0.95 0 0.48 0.13 149.29 0.9 0.46
Hex C DF 73 5F 0 30 D 95 5A 2E
Octal 14 337 163 137 0 60 15 225 132 56
Binary 1100 11011111 1110011 1011111 0 110000 1101 10010101 1011010 101110

Color Harmonies of #0CDF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDF73

Black with #0CDF73

Text Example


Text Example

White with #0CDF73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,223,115); }

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

background-color css

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

 a { background-color: rgb(12,223,115); }

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

border-color css

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

 span { border-color: rgb(12,223,115); }

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