Html Css Color HEX #01CD7B Caribbean Green

📋 copy color: '#01CD7B'

red 1 ◦ green 205 ◦ blue 123

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

Shades of Caribbean Green #01CD7B

Tints of Caribbean Green #01CD7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.39%

R = 0.3%
G = 62.31%
B = 37.39%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.4

 K value IS 0.20

RGB Variations

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

Color information

#01CD7B (or 0x01CD7B) is known color: Caribbean Green. HEX triplet: 01, CD and 7B. RGB value is (1,205,123). Sum of RGB (Red+Green+Blue) = 1+205+123=329 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 329); Green value is 205 (80.47% from 255 or 62.31% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 205 - color contains mainly: green. Hex color #01CD7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01CD7B is #FE3284. Grayscale: #868686. Windows color (decimal): -16659077 or 8113409. OLE color: 8113409.

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

Color convert

RGB 1 205 123 -
CMYK 1.00 0 0.4 0.20
HSL 155.88º 0.99% 0.4% -
HSV(B) 155.88º 1% 0.8% -
XYZ 25.42 45.1 26.1 -
YUV 134.66 121.41 32.67 -
System Red Green Blue C M Y K H S L
Decimal 1 205 123 1.00 0 0.4 0.20 155.88 0.99 0.4
Hex 1 CD 7B 64 0 28 14 9C 63 28
Octal 1 315 173 144 0 50 24 234 143 50
Binary 1 11001101 1111011 1100100 0 101000 10100 10011100 1100011 101000

Color Harmonies of #01CD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CD7B

Black with #01CD7B

Text Example


Text Example

White with #01CD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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