Html Css Color HEX #00DE8D Caribbean Green

📋 copy color: '#00DE8D'

red 0 ◦ green 222 ◦ blue 141

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

Shades of Caribbean Green #00DE8D

Tints of Caribbean Green #00DE8D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 61.16%

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

R = 0%
G = 61.16%
B = 38.84%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#00DE8D (or 0x00DE8D) is known color: Caribbean Green. HEX triplet: 00, DE and 8D. RGB value is (0,222,141). Sum of RGB (Red+Green+Blue) = 0+222+141=363 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 363); Green value is 222 (87.11% from 255 or 61.16% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 222 - color contains mainly: green. Hex color #00DE8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DE8D is #FF2172. Grayscale: #929292. Windows color (decimal): -16720243 or 9297408. OLE color: 9297408.

HSL color Cylindrical-coordinate representation of color #00DE8D: hue angle of 158.11º 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 #00DE8D is Cyan = 1, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 222 141 -
CMYK 1 0 0.36 0.13
HSL 158.11º 1% 0.44% -
HSV(B) 158.11º 1% 0.87% -
XYZ 30.93 54.17 34.02 -
YUV 146.39 124.95 23.59 -
System Red Green Blue C M Y K H S L
Decimal 0 222 141 1 0 0.36 0.13 158.11 1 0.44
Hex 0 DE 8D 64 0 24 D 9E 64 2C
Octal 0 336 215 144 0 44 15 236 144 54
Binary 0 11011110 10001101 1100100 0 100100 1101 10011110 1100100 101100

Color Harmonies of #00DE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DE8D

Black with #00DE8D

Text Example


Text Example

White with #00DE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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