Html Css Color HEX #0DD58F Caribbean Green

📋 copy color: '#0DD58F'

red 13 ◦ green 213 ◦ blue 143

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

Shades of Caribbean Green #0DD58F

Tints of Caribbean Green #0DD58F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.75%

R = 3.52%
G = 57.72%
B = 38.75%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#0DD58F (or 0x0DD58F) is known color: Caribbean Green. HEX triplet: 0D, D5 and 8F. RGB value is (13,213,143). Sum of RGB (Red+Green+Blue) = 13+213+143=369 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.52% from 369); Green value is 213 (83.59% from 255 or 57.72% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 213 - color contains mainly: green. Hex color #0DD58F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DD58F is #F22A70. Grayscale: #919191. Windows color (decimal): -15870577 or 9426189. OLE color: 9426189.

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

Color convert

RGB 13 213 143 -
CMYK 0.94 0 0.33 0.16
HSL 159º 0.88% 0.44% -
HSV(B) 159º 0.94% 0.84% -
XYZ 28.92 49.66 34.05 -
YUV 145.22 126.74 33.69 -
System Red Green Blue C M Y K H S L
Decimal 13 213 143 0.94 0 0.33 0.16 159 0.88 0.44
Hex D D5 8F 5E 0 21 10 9F 58 2C
Octal 15 325 217 136 0 41 20 237 130 54
Binary 1101 11010101 10001111 1011110 0 100001 10000 10011111 1011000 101100

Color Harmonies of #0DD58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD58F

Black with #0DD58F

Text Example


Text Example

White with #0DD58F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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