Html Css Color HEX #01CD7C Caribbean Green

📋 copy color: '#01CD7C'

red 1 ◦ green 205 ◦ blue 124

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

Shades of Caribbean Green #01CD7C

Tints of Caribbean Green #01CD7C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 62.12%

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

R = 0.3%
G = 62.12%
B = 37.58%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#01CD7C (or 0x01CD7C) is known color: Caribbean Green. HEX triplet: 01, CD and 7C. RGB value is (1,205,124). Sum of RGB (Red+Green+Blue) = 1+205+124=330 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 330); Green value is 205 (80.47% from 255 or 62.12% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 205 - color contains mainly: green. Hex color #01CD7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01CD7C is #FE3283. Grayscale: #868686. Windows color (decimal): -16659076 or 8178945. OLE color: 8178945.

HSL color Cylindrical-coordinate representation of color #01CD7C: hue angle of 156.18º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CD7C is Cyan = 1.00, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 205 124 -
CMYK 1.00 0 0.40 0.20
HSL 156.18º 0.99% 0.4% -
HSV(B) 156.18º 1% 0.8% -
XYZ 25.48 45.12 26.44 -
YUV 134.77 121.91 32.59 -
System Red Green Blue C M Y K H S L
Decimal 1 205 124 1.00 0 0.40 0.20 156.18 0.99 0.4
Hex 1 CD 7C 64 0 28 14 9C 63 28
Octal 1 315 174 144 0 50 24 234 143 50
Binary 1 11001101 1111100 1100100 0 101000 10100 10011100 1100011 101000

Color Harmonies of #01CD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CD7C

Black with #01CD7C

Text Example


Text Example

White with #01CD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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