Html Css Color HEX #0CDD7D Spring Green

📋 copy color: '#0CDD7D'

red 12 ◦ green 221 ◦ blue 125

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

Shades of Spring Green #0CDD7D

Tints of Spring Green #0CDD7D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 61.73%

 BLUE value IS 125 (49.22% from 255) = 34.92%

R = 3.35%
G = 61.73%
B = 34.92%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#0CDD7D (or 0x0CDD7D) is known color: Spring Green. HEX triplet: 0C, DD and 7D. RGB value is (12,221,125). Sum of RGB (Red+Green+Blue) = 12+221+125=358 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.35% from 358); Green value is 221 (86.72% from 255 or 61.73% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 221 - color contains mainly: green. Hex color #0CDD7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CDD7D is #F32282. Grayscale: #939393. Windows color (decimal): -15934083 or 8248588. OLE color: 8248588.

HSL color Cylindrical-coordinate representation of color #0CDD7D: hue angle of 152.44º 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 #0CDD7D is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 12 221 125 -
CMYK 0.95 0 0.43 0.13
HSL 152.44º 0.9% 0.46% -
HSV(B) 152.44º 0.95% 0.87% -
XYZ 29.71 53.27 28.12 -
YUV 147.57 115.26 31.31 -
System Red Green Blue C M Y K H S L
Decimal 12 221 125 0.95 0 0.43 0.13 152.44 0.9 0.46
Hex C DD 7D 5F 0 2B D 98 5A 2E
Octal 14 335 175 137 0 53 15 230 132 56
Binary 1100 11011101 1111101 1011111 0 101011 1101 10011000 1011010 101110

Color Harmonies of #0CDD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDD7D

Black with #0CDD7D

Text Example


Text Example

White with #0CDD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,221,125); }

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

background-color css

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

 a { background-color: rgb(12,221,125); }

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

border-color css

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

 span { border-color: rgb(12,221,125); }

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