Html Css Color HEX #01D77C Caribbean Green

📋 copy color: '#01D77C'

red 1 ◦ green 215 ◦ blue 124

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

Shades of Caribbean Green #01D77C

Tints of Caribbean Green #01D77C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 63.24%

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

R = 0.29%
G = 63.24%
B = 36.47%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#01D77C (or 0x01D77C) is known color: Caribbean Green. HEX triplet: 01, D7 and 7C. RGB value is (1,215,124). Sum of RGB (Red+Green+Blue) = 1+215+124=340 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 340); Green value is 215 (84.38% from 255 or 63.24% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 215 - color contains mainly: green. Hex color #01D77C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D77C is #FE2883. Grayscale: #8C8C8C. Windows color (decimal): -16656516 or 8181505. OLE color: 8181505.

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

Color convert

RGB 1 215 124 -
CMYK 1.00 0 0.42 0.16
HSL 154.49º 0.99% 0.42% -
HSV(B) 154.49º 1% 0.84% -
XYZ 27.95 50.06 27.26 -
YUV 140.64 118.6 28.4 -
System Red Green Blue C M Y K H S L
Decimal 1 215 124 1.00 0 0.42 0.16 154.49 0.99 0.42
Hex 1 D7 7C 64 0 2A 10 9A 63 2A
Octal 1 327 174 144 0 52 20 232 143 52
Binary 1 11010111 1111100 1100100 0 101010 10000 10011010 1100011 101010

Color Harmonies of #01D77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D77C

Black with #01D77C

Text Example


Text Example

White with #01D77C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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