Html Css Color HEX #0DD59D Caribbean Green

📋 copy color: '#0DD59D'

red 13 ◦ green 213 ◦ blue 157

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

Shades of Caribbean Green #0DD59D

Tints of Caribbean Green #0DD59D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.99%

R = 3.39%
G = 55.61%
B = 40.99%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#0DD59D (or 0x0DD59D) is known color: Caribbean Green. HEX triplet: 0D, D5 and 9D. RGB value is (13,213,157). Sum of RGB (Red+Green+Blue) = 13+213+157=383 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.39% from 383); Green value is 213 (83.59% from 255 or 55.61% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 213 - color contains mainly: green. Hex color #0DD59D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DD59D is #F22A62. Grayscale: #929292. Windows color (decimal): -15870563 or 10343693. OLE color: 10343693.

HSL color Cylindrical-coordinate representation of color #0DD59D: hue angle of 163.2º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD59D is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 13 213 157 -
CMYK 0.94 0 0.26 0.16
HSL 163.2º 0.88% 0.44% -
HSV(B) 163.2º 0.94% 0.84% -
XYZ 30.05 50.11 39.99 -
YUV 146.82 133.74 32.55 -
System Red Green Blue C M Y K H S L
Decimal 13 213 157 0.94 0 0.26 0.16 163.2 0.88 0.44
Hex D D5 9D 5E 0 1A 10 A3 58 2C
Octal 15 325 235 136 0 32 20 243 130 54
Binary 1101 11010101 10011101 1011110 0 11010 10000 10100011 1011000 101100

Color Harmonies of #0DD59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD59D

Black with #0DD59D

Text Example


Text Example

White with #0DD59D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,213,157); }

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

background-color css

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

 a { background-color: rgb(13,213,157); }

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

border-color css

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

 span { border-color: rgb(13,213,157); }

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