Html Css Color HEX #01D07C Caribbean Green

📋 copy color: '#01D07C'

red 1 ◦ green 208 ◦ blue 124

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

Shades of Caribbean Green #01D07C

Tints of Caribbean Green #01D07C

RGB

 RED value IS 1 (0.78% from 255) = 0.3%

 GREEN value IS 208 (81.64% from 255) = 62.46%

 BLUE value IS 124 (48.83% from 255) = 37.24%

R = 0.3%
G = 62.46%
B = 37.24%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#01D07C (or 0x01D07C) is known color: Caribbean Green. HEX triplet: 01, D0 and 7C. RGB value is (1,208,124). Sum of RGB (Red+Green+Blue) = 1+208+124=333 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 333); Green value is 208 (81.64% from 255 or 62.46% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 208 - color contains mainly: green. Hex color #01D07C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D07C is #FE2F83. Grayscale: #888888. Windows color (decimal): -16658308 or 8179713. OLE color: 8179713.

HSL color Cylindrical-coordinate representation of color #01D07C: hue angle of 155.65º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D07C is Cyan = 1.00, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 1 208 124 -
CMYK 1.00 0 0.40 0.18
HSL 155.65º 0.99% 0.41% -
HSV(B) 155.65º 1% 0.82% -
XYZ 26.21 46.57 26.68 -
YUV 136.53 120.92 31.33 -
System Red Green Blue C M Y K H S L
Decimal 1 208 124 1.00 0 0.40 0.18 155.65 0.99 0.41
Hex 1 D0 7C 64 0 28 12 9C 63 29
Octal 1 320 174 144 0 50 22 234 143 51
Binary 1 11010000 1111100 1100100 0 101000 10010 10011100 1100011 101001

Color Harmonies of #01D07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D07C

Black with #01D07C

Text Example


Text Example

White with #01D07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,208,124); }

 H1.HeaderClassName
 {
   color: #01D07C;
 }
 .AnyTagClassName
 {
   color: #01D07C;
 }
</style>

background-color css

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

 a { background-color: rgb(1,208,124); }

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

border-color css

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

 span { border-color: rgb(1,208,124); }

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