Html Css Color HEX #0DD47F Caribbean Green

📋 copy color: '#0DD47F'

red 13 ◦ green 212 ◦ blue 127

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

Shades of Caribbean Green #0DD47F

Tints of Caribbean Green #0DD47F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 60.23%

 BLUE value IS 127 (50% from 255) = 36.08%

R = 3.69%
G = 60.23%
B = 36.08%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#0DD47F (or 0x0DD47F) is known color: Caribbean Green. HEX triplet: 0D, D4 and 7F. RGB value is (13,212,127). Sum of RGB (Red+Green+Blue) = 13+212+127=352 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.69% from 352); Green value is 212 (83.20% from 255 or 60.23% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 212 - color contains mainly: green. Hex color #0DD47F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DD47F is #F22B80. Grayscale: #8E8E8E. Windows color (decimal): -15870849 or 8377357. OLE color: 8377357.

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

Color convert

RGB 13 212 127 -
CMYK 0.94 0 0.40 0.17
HSL 154.37º 0.88% 0.44% -
HSV(B) 154.37º 0.94% 0.83% -
XYZ 27.54 48.7 28.03 -
YUV 142.81 119.07 35.41 -
System Red Green Blue C M Y K H S L
Decimal 13 212 127 0.94 0 0.40 0.17 154.37 0.88 0.44
Hex D D4 7F 5E 0 28 11 9A 58 2C
Octal 15 324 177 136 0 50 21 232 130 54
Binary 1101 11010100 1111111 1011110 0 101000 10001 10011010 1011000 101100

Color Harmonies of #0DD47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD47F

Black with #0DD47F

Text Example


Text Example

White with #0DD47F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,212,127); }

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

background-color css

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

 a { background-color: rgb(13,212,127); }

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

border-color css

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

 span { border-color: rgb(13,212,127); }

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