Html Css Color HEX #01D27D Caribbean Green

📋 copy color: '#01D27D'

red 1 ◦ green 210 ◦ blue 125

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

Shades of Caribbean Green #01D27D

Tints of Caribbean Green #01D27D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.2%

R = 0.3%
G = 62.5%
B = 37.2%

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

#01D27D (or 0x01D27D) is known color: Caribbean Green. HEX triplet: 01, D2 and 7D. RGB value is (1,210,125). Sum of RGB (Red+Green+Blue) = 1+210+125=336 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 336); Green value is 210 (82.42% from 255 or 62.5% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 210 - color contains mainly: green. Hex color #01D27D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D27D is #FE2D82. Grayscale: #898989. Windows color (decimal): -16657795 or 8245761. OLE color: 8245761.

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

Color convert

RGB 1 210 125 -
CMYK 1.00 0 0.40 0.18
HSL 155.6º 0.99% 0.41% -
HSV(B) 155.6º 1% 0.82% -
XYZ 26.76 47.58 27.18 -
YUV 137.82 120.76 30.41 -
System Red Green Blue C M Y K H S L
Decimal 1 210 125 1.00 0 0.40 0.18 155.6 0.99 0.41
Hex 1 D2 7D 64 0 28 12 9C 63 29
Octal 1 322 175 144 0 50 22 234 143 51
Binary 1 11010010 1111101 1100100 0 101000 10010 10011100 1100011 101001

Color Harmonies of #01D27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D27D

Black with #01D27D

Text Example


Text Example

White with #01D27D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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