Html Css Color HEX #01D27F Caribbean Green

📋 copy color: '#01D27F'

red 1 ◦ green 210 ◦ blue 127

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

Shades of Caribbean Green #01D27F

Tints of Caribbean Green #01D27F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 62.13%

 BLUE value IS 127 (50% from 255) = 37.57%

R = 0.3%
G = 62.13%
B = 37.57%

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

#01D27F (or 0x01D27F) is known color: Caribbean Green. HEX triplet: 01, D2 and 7F. RGB value is (1,210,127). Sum of RGB (Red+Green+Blue) = 1+210+127=338 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 338); Green value is 210 (82.42% from 255 or 62.13% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 210 - color contains mainly: green. Hex color #01D27F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D27F is #FE2D80. Grayscale: #8A8A8A. Windows color (decimal): -16657793 or 8376833. OLE color: 8376833.

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

Color convert

RGB 1 210 127 -
CMYK 1.00 0 0.40 0.18
HSL 156.17º 0.99% 0.41% -
HSV(B) 156.17º 1% 0.82% -
XYZ 26.89 47.63 27.86 -
YUV 138.05 121.76 30.25 -
System Red Green Blue C M Y K H S L
Decimal 1 210 127 1.00 0 0.40 0.18 156.17 0.99 0.41
Hex 1 D2 7F 64 0 28 12 9C 63 29
Octal 1 322 177 144 0 50 22 234 143 51
Binary 1 11010010 1111111 1100100 0 101000 10010 10011100 1100011 101001

Color Harmonies of #01D27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D27F

Black with #01D27F

Text Example


Text Example

White with #01D27F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,210,127); }

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

background-color css

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

 a { background-color: rgb(1,210,127); }

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

border-color css

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

 span { border-color: rgb(1,210,127); }

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