Html Css Color HEX #01D779 Caribbean Green

📋 copy color: '#01D779'

red 1 ◦ green 215 ◦ blue 121

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

Shades of Caribbean Green #01D779

Tints of Caribbean Green #01D779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 35.91%

R = 0.3%
G = 63.8%
B = 35.91%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#01D779 (or 0x01D779) is known color: Caribbean Green. HEX triplet: 01, D7 and 79. RGB value is (1,215,121). Sum of RGB (Red+Green+Blue) = 1+215+121=337 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 337); Green value is 215 (84.38% from 255 or 63.80% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 215 - color contains mainly: green. Hex color #01D779 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01D779 is #FE2886. Grayscale: #8C8C8C. Windows color (decimal): -16656519 or 7984897. OLE color: 7984897.

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

Color convert

RGB 1 215 121 -
CMYK 1.00 0 0.44 0.16
HSL 153.64º 0.99% 0.42% -
HSV(B) 153.64º 1% 0.84% -
XYZ 27.76 49.99 26.27 -
YUV 140.3 117.1 28.64 -
System Red Green Blue C M Y K H S L
Decimal 1 215 121 1.00 0 0.44 0.16 153.64 0.99 0.42
Hex 1 D7 79 64 0 2C 10 9A 63 2A
Octal 1 327 171 144 0 54 20 232 143 52
Binary 1 11010111 1111001 1100100 0 101100 10000 10011010 1100011 101010

Color Harmonies of #01D779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D779

Black with #01D779

Text Example


Text Example

White with #01D779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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