Html Css Color HEX #0DE383 Spring Green

📋 copy color: '#0DE383'

red 13 ◦ green 227 ◦ blue 131

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

Shades of Spring Green #0DE383

Tints of Spring Green #0DE383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.31%

R = 3.5%
G = 61.19%
B = 35.31%

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

#0DE383 (or 0x0DE383) is known color: Spring Green. HEX triplet: 0D, E3 and 83. RGB value is (13,227,131). Sum of RGB (Red+Green+Blue) = 13+227+131=371 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.50% from 371); Green value is 227 (89.06% from 255 or 61.19% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 227 - color contains mainly: green. Hex color #0DE383 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DE383 is #F21C7C. Grayscale: #989898. Windows color (decimal): -15867005 or 8643341. OLE color: 8643341.

HSL color Cylindrical-coordinate representation of color #0DE383: hue angle of 153.08º 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 #0DE383 is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB 13 227 131 -
CMYK 0.94 0 0.42 0.11
HSL 153.08º 0.89% 0.47% -
HSV(B) 153.08º 0.94% 0.89% -
XYZ 31.73 56.66 30.74 -
YUV 152.07 116.1 28.81 -
System Red Green Blue C M Y K H S L
Decimal 13 227 131 0.94 0 0.42 0.11 153.08 0.89 0.47
Hex D E3 83 5E 0 2A B 99 59 2F
Octal 15 343 203 136 0 52 13 231 131 57
Binary 1101 11100011 10000011 1011110 0 101010 1011 10011001 1011001 101111

Color Harmonies of #0DE383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DE383

Black with #0DE383

Text Example


Text Example

White with #0DE383

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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