Html Css Color HEX #0DE384 Spring Green

📋 copy color: '#0DE384'

red 13 ◦ green 227 ◦ blue 132

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

Shades of Spring Green #0DE384

Tints of Spring Green #0DE384

RGB

 RED value IS 13 (5.47% from 255) = 3.49%

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

 BLUE value IS 132 (51.95% from 255) = 35.48%

R = 3.49%
G = 61.02%
B = 35.48%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#0DE384 (or 0x0DE384) is known color: Spring Green. HEX triplet: 0D, E3 and 84. RGB value is (13,227,132). Sum of RGB (Red+Green+Blue) = 13+227+132=372 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.49% from 372); Green value is 227 (89.06% from 255 or 61.02% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 227 - color contains mainly: green. Hex color #0DE384 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DE384 is #F21C7B. Grayscale: #989898. Windows color (decimal): -15867004 or 8708877. OLE color: 8708877.

HSL color Cylindrical-coordinate representation of color #0DE384: hue angle of 153.36º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE384 is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB 13 227 132 -
CMYK 0.94 0 0.42 0.11
HSL 153.36º 0.89% 0.47% -
HSV(B) 153.36º 0.94% 0.89% -
XYZ 31.8 56.69 31.1 -
YUV 152.18 116.6 28.72 -
System Red Green Blue C M Y K H S L
Decimal 13 227 132 0.94 0 0.42 0.11 153.36 0.89 0.47
Hex D E3 84 5E 0 2A B 99 59 2F
Octal 15 343 204 136 0 52 13 231 131 57
Binary 1101 11100011 10000100 1011110 0 101010 1011 10011001 1011001 101111

Color Harmonies of #0DE384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DE384

Black with #0DE384

Text Example


Text Example

White with #0DE384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,227,132); }

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

background-color css

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

 a { background-color: rgb(13,227,132); }

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

border-color css

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

 span { border-color: rgb(13,227,132); }

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