Html Css Color HEX #01D07E Caribbean Green

📋 copy color: '#01D07E'

red 1 ◦ green 208 ◦ blue 126

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

Shades of Caribbean Green #01D07E

Tints of Caribbean Green #01D07E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.61%

R = 0.3%
G = 62.09%
B = 37.61%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#01D07E (or 0x01D07E) is known color: Caribbean Green. HEX triplet: 01, D0 and 7E. RGB value is (1,208,126). Sum of RGB (Red+Green+Blue) = 1+208+126=335 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 335); Green value is 208 (81.64% from 255 or 62.09% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 208 - color contains mainly: green. Hex color #01D07E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D07E is #FE2F81. Grayscale: #888888. Windows color (decimal): -16658306 or 8310785. OLE color: 8310785.

HSL color Cylindrical-coordinate representation of color #01D07E: hue angle of 156.23º 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 #01D07E is Cyan = 1.00, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 1 208 126 -
CMYK 1.00 0 0.39 0.18
HSL 156.23º 0.99% 0.41% -
HSV(B) 156.23º 1% 0.82% -
XYZ 26.33 46.62 27.35 -
YUV 136.76 121.92 31.17 -
System Red Green Blue C M Y K H S L
Decimal 1 208 126 1.00 0 0.39 0.18 156.23 0.99 0.41
Hex 1 D0 7E 64 0 27 12 9C 63 29
Octal 1 320 176 144 0 47 22 234 143 51
Binary 1 11010000 1111110 1100100 0 100111 10010 10011100 1100011 101001

Color Harmonies of #01D07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D07E

Black with #01D07E

Text Example


Text Example

White with #01D07E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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