Html Css Color HEX #0DD37B Caribbean Green

📋 copy color: '#0DD37B'

red 13 ◦ green 211 ◦ blue 123

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

Shades of Caribbean Green #0DD37B

Tints of Caribbean Green #0DD37B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 60.81%

 BLUE value IS 123 (48.44% from 255) = 35.45%

R = 3.75%
G = 60.81%
B = 35.45%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#0DD37B (or 0x0DD37B) is known color: Caribbean Green. HEX triplet: 0D, D3 and 7B. RGB value is (13,211,123). Sum of RGB (Red+Green+Blue) = 13+211+123=347 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.75% from 347); Green value is 211 (82.81% from 255 or 60.81% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 211 - color contains mainly: green. Hex color #0DD37B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DD37B is #F22C84. Grayscale: #8D8D8D. Windows color (decimal): -15871109 or 8114957. OLE color: 8114957.

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

Color convert

RGB 13 211 123 -
CMYK 0.94 0 0.42 0.17
HSL 153.33º 0.88% 0.44% -
HSV(B) 153.33º 0.94% 0.83% -
XYZ 27.04 48.1 26.6 -
YUV 141.77 117.4 36.16 -
System Red Green Blue C M Y K H S L
Decimal 13 211 123 0.94 0 0.42 0.17 153.33 0.88 0.44
Hex D D3 7B 5E 0 2A 11 99 58 2C
Octal 15 323 173 136 0 52 21 231 130 54
Binary 1101 11010011 1111011 1011110 0 101010 10001 10011001 1011000 101100

Color Harmonies of #0DD37B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD37B

Black with #0DD37B

Text Example


Text Example

White with #0DD37B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,211,123); }

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

background-color css

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

 a { background-color: rgb(13,211,123); }

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

border-color css

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

 span { border-color: rgb(13,211,123); }

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