Html Css Color HEX #00DF8D Caribbean Green

📋 copy color: '#00DF8D'

red 0 ◦ green 223 ◦ blue 141

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

Shades of Caribbean Green #00DF8D

Tints of Caribbean Green #00DF8D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 61.26%

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

R = 0%
G = 61.26%
B = 38.74%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#00DF8D (or 0x00DF8D) is known color: Caribbean Green. HEX triplet: 00, DF and 8D. RGB value is (0,223,141). Sum of RGB (Red+Green+Blue) = 0+223+141=364 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 364); Green value is 223 (87.5% from 255 or 61.26% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 223 - color contains mainly: green. Hex color #00DF8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DF8D is #FF2072. Grayscale: #939393. Windows color (decimal): -16719987 or 9297664. OLE color: 9297664.

HSL color Cylindrical-coordinate representation of color #00DF8D: hue angle of 157.94º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DF8D is Cyan = 1, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 223 141 -
CMYK 1 0 0.37 0.13
HSL 157.94º 1% 0.44% -
HSV(B) 157.94º 1% 0.87% -
XYZ 31.2 54.7 34.11 -
YUV 146.98 124.62 23.17 -
System Red Green Blue C M Y K H S L
Decimal 0 223 141 1 0 0.37 0.13 157.94 1 0.44
Hex 0 DF 8D 64 0 25 D 9E 64 2C
Octal 0 337 215 144 0 45 15 236 144 54
Binary 0 11011111 10001101 1100100 0 100101 1101 10011110 1100100 101100

Color Harmonies of #00DF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DF8D

Black with #00DF8D

Text Example


Text Example

White with #00DF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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