#01D378

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

Shades of Caribbean Green #01D378

Tints of Caribbean Green #01D378

Color information

#01D378 (or 0x01D378) is unknown color: approx Caribbean Green. HEX triplet: 01, D3 and 78. RGB value is (1,211,120). Sum of RGB (Red+Green+Blue) = 1+211+120=332 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 332); Green value is 211 (82.81% from 255 or 63.55% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 211 - color contains mainly: green. Hex color #01D378 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D378 is #FE2C87. Grayscale: #898989. Windows color (decimal): -16657544 or 7918337. OLE color: 7918337.

HSL color Cylindrical-coordinate representation of color #01D378: hue angle of 154º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D378 is Cyan = 1.00, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB1211120-
CMYK1.0000.430.17
HSL154º99.06%41.57%-
HSV(B)154º99.53%82.75%-
XYZ26.747.9525.62-
YUV137.84117.9330.4-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.30%
GREEN value IS 211 (82.81% from 255) = 63.55%
BLUE value IS 120 (47.27% from 255) = 36.14%
R=0.30%
G=63.55%
B=36.14%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal12111201.0000.430.1715499.0641.57
Hex1D3786402B119a632a
Octal13231701440532123214352
Binary11101001111110001100100010101110001100110101100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01D378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01D378; }

 p { color: rgb(1,211,120); }

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

<style>
 a { background-color: #01D378; }

 a { background-color: rgb(1,211,120); }

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

<style>
 span { border-color: #01D378; }

 span { border-color: rgb(1,211,120); }

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