Html Css Color HEX #0DDE8D Caribbean Green

📋 copy color: '#0DDE8D'

red 13 ◦ green 222 ◦ blue 141

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

Shades of Caribbean Green #0DDE8D

Tints of Caribbean Green #0DDE8D

RGB

 RED value IS 13 (5.47% from 255) = 3.46%

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

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

R = 3.46%
G = 59.04%
B = 37.5%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#0DDE8D (or 0x0DDE8D) is known color: Caribbean Green. HEX triplet: 0D, DE and 8D. RGB value is (13,222,141). Sum of RGB (Red+Green+Blue) = 13+222+141=376 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.46% from 376); Green value is 222 (87.11% from 255 or 59.04% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 222 - color contains mainly: green. Hex color #0DDE8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDE8D is #F22172. Grayscale: #969696. Windows color (decimal): -15868275 or 9297421. OLE color: 9297421.

HSL color Cylindrical-coordinate representation of color #0DDE8D: hue angle of 156.75º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDE8D is Cyan = 0.94, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 13 222 141 -
CMYK 0.94 0 0.36 0.13
HSL 156.75º 0.89% 0.46% -
HSV(B) 156.75º 0.94% 0.87% -
XYZ 31.09 54.25 34.03 -
YUV 150.28 122.76 30.09 -
System Red Green Blue C M Y K H S L
Decimal 13 222 141 0.94 0 0.36 0.13 156.75 0.89 0.46
Hex D DE 8D 5E 0 24 D 9D 59 2E
Octal 15 336 215 136 0 44 15 235 131 56
Binary 1101 11011110 10001101 1011110 0 100100 1101 10011101 1011001 101110

Color Harmonies of #0DDE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDE8D

Black with #0DDE8D

Text Example


Text Example

White with #0DDE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0DDE8D; }

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

 H1.HeaderClassName
 {
   color: #0DDE8D;
 }
 .AnyTagClassName
 {
   color: #0DDE8D;
 }
</style>

background-color css

<style>
 a { background-color: #0DDE8D; }

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

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

border-color css

<style>
 span { border-color: #0DDE8D; }

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

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