Html Css Color HEX #00D58D Caribbean Green

📋 copy color: '#00D58D'

red 0 ◦ green 213 ◦ blue 141

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

Shades of Caribbean Green #00D58D

Tints of Caribbean Green #00D58D

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 213 (83.59% from 255) = 60.17%

 BLUE value IS 141 (55.47% from 255) = 39.83%

R = 0%
G = 60.17%
B = 39.83%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#00D58D (or 0x00D58D) is known color: Caribbean Green. HEX triplet: 00, D5 and 8D. RGB value is (0,213,141). Sum of RGB (Red+Green+Blue) = 0+213+141=354 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 354); Green value is 213 (83.59% from 255 or 60.17% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 213 - color contains mainly: green. Hex color #00D58D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D58D is #FF2A72. Grayscale: #8D8D8D. Windows color (decimal): -16722547 or 9295104. OLE color: 9295104.

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

Color convert

RGB 0 213 141 -
CMYK 1 0 0.34 0.16
HSL 159.72º 1% 0.42% -
HSV(B) 159.72º 1% 0.84% -
XYZ 28.6 49.51 33.25 -
YUV 141.11 127.93 27.35 -
System Red Green Blue C M Y K H S L
Decimal 0 213 141 1 0 0.34 0.16 159.72 1 0.42
Hex 0 D5 8D 64 0 22 10 A0 64 2A
Octal 0 325 215 144 0 42 20 240 144 52
Binary 0 11010101 10001101 1100100 0 100010 10000 10100000 1100100 101010

Color Harmonies of #00D58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D58D

Black with #00D58D

Text Example


Text Example

White with #00D58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00D58D; }

 p { color: rgb(0,213,141); }

 H1.HeaderClassName
 {
   color: #00D58D;
 }
 .AnyTagClassName
 {
   color: #00D58D;
 }
</style>

background-color css

<style>
 a { background-color: #00D58D; }

 a { background-color: rgb(0,213,141); }

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

border-color css

<style>
 span { border-color: #00D58D; }

 span { border-color: rgb(0,213,141); }

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