#00DD82

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

Shades of Caribbean Green #00DD82

Tints of Caribbean Green #00DD82

Color information

#00DD82 (or 0x00DD82) is unknown color: approx Caribbean Green. HEX triplet: 00, DD and 82. RGB value is (0,221,130). Sum of RGB (Red+Green+Blue) = 0+221+130=351 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 351); Green value is 221 (86.72% from 255 or 62.96% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 221 - color contains mainly: green. Hex color #00DD82 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DD82 is #FF227D. Grayscale: #909090. Windows color (decimal): -16720510 or 8576256. OLE color: 8576256.

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

Color convert

RGB0221130-
CMYK100.410.13
HSL155.29º100%43.33%-
HSV(B)155.29º100%86.67%-
XYZ29.8953.3229.84-
YUV144.55119.7824.9-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 221 (86.72% from 255) = 62.96%
BLUE value IS 130 (51.17% from 255) = 37.04%
R=0%
G=62.96%
B=37.04%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal0221130100.410.13155.2910043.33
Hex0DD8264029D9b642b
Octal03352021440511523314453
Binary01101110110000010110010001010011101100110111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00DD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00DD82; }

 p { color: rgb(0,221,130); }

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

<style>
 a { background-color: #00DD82; }

 a { background-color: rgb(0,221,130); }

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

<style>
 span { border-color: #00DD82; }

 span { border-color: rgb(0,221,130); }

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