#10DF85

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

Shades of Caribbean Green #10DF85

Tints of Caribbean Green #10DF85

Color information

#10DF85 (or 0x10DF85) is unknown color: approx Caribbean Green. HEX triplet: 10, DF and 85. RGB value is (16,223,133). Sum of RGB (Red+Green+Blue) = 16+223+133=372 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.30% from 372); Green value is 223 (87.5% from 255 or 59.95% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 223 - color contains mainly: green. Hex color #10DF85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DF85 is #EF207A. Grayscale: #979797. Windows color (decimal): -15671419 or 8773392. OLE color: 8773392.

HSL color Cylindrical-coordinate representation of color #10DF85: hue angle of 153.91º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DF85 is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB16223133-
CMYK0.9300.400.13
HSL153.91º86.61%46.86%-
HSV(B)153.91º92.83%87.45%-
XYZ30.8454.5831.1-
YUV150.85117.9231.82-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.30%
GREEN value IS 223 (87.5% from 255) = 59.95%
BLUE value IS 133 (52.34% from 255) = 35.75%
R=4.30%
G=59.95%
B=35.75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal162231330.9300.400.13153.9186.6146.86
Hex10DF855D028D9a572f
Octal203372051350501523212757
Binary100001101111110000101101110101010001101100110101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10DF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10DF85; }

 p { color: rgb(16,223,133); }

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

<style>
 a { background-color: #10DF85; }

 a { background-color: rgb(16,223,133); }

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

<style>
 span { border-color: #10DF85; }

 span { border-color: rgb(16,223,133); }

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