Html Css Color HEX #0DD591 Caribbean Green

📋 copy color: '#0DD591'

red 13 ◦ green 213 ◦ blue 145

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

Shades of Caribbean Green #0DD591

Tints of Caribbean Green #0DD591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 39.08%

R = 3.5%
G = 57.41%
B = 39.08%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#0DD591 (or 0x0DD591) is known color: Caribbean Green. HEX triplet: 0D, D5 and 91. RGB value is (13,213,145). Sum of RGB (Red+Green+Blue) = 13+213+145=371 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.50% from 371); Green value is 213 (83.59% from 255 or 57.41% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 213 - color contains mainly: green. Hex color #0DD591 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DD591 is #F22A6E. Grayscale: #919191. Windows color (decimal): -15870575 or 9557261. OLE color: 9557261.

HSL color Cylindrical-coordinate representation of color #0DD591: hue angle of 159.6º 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 #0DD591 is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 13 213 145 -
CMYK 0.94 0 0.32 0.16
HSL 159.6º 0.88% 0.44% -
HSV(B) 159.6º 0.94% 0.84% -
XYZ 29.07 49.72 34.85 -
YUV 145.45 127.74 33.53 -
System Red Green Blue C M Y K H S L
Decimal 13 213 145 0.94 0 0.32 0.16 159.6 0.88 0.44
Hex D D5 91 5E 0 20 10 A0 58 2C
Octal 15 325 221 136 0 40 20 240 130 54
Binary 1101 11010101 10010001 1011110 0 100000 10000 10100000 1011000 101100

Color Harmonies of #0DD591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD591

Black with #0DD591

Text Example


Text Example

White with #0DD591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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