#0DDE82

Color #0DDE82 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #0DDE82

Tints of Caribbean Green #0DDE82

Color information

#0DDE82 (or 0x0DDE82) is unknown color: approx Caribbean Green. HEX triplet: 0D, DE and 82. RGB value is (13,222,130). Sum of RGB (Red+Green+Blue) = 13+222+130=365 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.56% from 365); Green value is 222 (87.11% from 255 or 60.82% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 222 - color contains mainly: green. Hex color #0DDE82 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDE82 is #F2217D. Grayscale: #959595. Windows color (decimal): -15868286 or 8576525. OLE color: 8576525.

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

Color convert

RGB13222130-
CMYK0.9400.410.13
HSL153.59º88.94%46.08%-
HSV(B)153.59º94.14%87.06%-
XYZ30.3253.9429.93-
YUV149.02117.2630.98-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.56%
GREEN value IS 222 (87.11% from 255) = 60.82%
BLUE value IS 130 (51.17% from 255) = 35.62%
R=3.56%
G=60.82%
B=35.62%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal132221300.9400.410.13153.5988.9446.08
HexDDE825E029D9a592e
Octal153362021360511523213156
Binary11011101111010000010101111001010011101100110101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DDE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,222,130); }

 H1.HeaderClassName
 {
   color: #0DDE82;
 }
 .AnyTagClassName
 {
   color: #0DDE82;
 }
</style>
background-color css

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

 a { background-color: rgb(13,222,130); }

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

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

 span { border-color: rgb(13,222,130); }

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