Html Css Color HEX #0DD299 Caribbean Green

📋 copy color: '#0DD299'

red 13 ◦ green 210 ◦ blue 153

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

Shades of Caribbean Green #0DD299

Tints of Caribbean Green #0DD299

RGB

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

 GREEN value IS 210 (82.42% from 255) = 55.85%

 BLUE value IS 153 (60.16% from 255) = 40.69%

R = 3.46%
G = 55.85%
B = 40.69%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#0DD299 (or 0x0DD299) is known color: Caribbean Green. HEX triplet: 0D, D2 and 99. RGB value is (13,210,153). Sum of RGB (Red+Green+Blue) = 13+210+153=376 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.46% from 376); Green value is 210 (82.42% from 255 or 55.85% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 210 - color contains mainly: green. Hex color #0DD299 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DD299 is #F22D66. Grayscale: #909090. Windows color (decimal): -15871335 or 10080781. OLE color: 10080781.

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

Color convert

RGB 13 210 153 -
CMYK 0.94 0 0.27 0.18
HSL 162.64º 0.88% 0.44% -
HSV(B) 162.64º 0.94% 0.82% -
XYZ 28.96 48.48 37.97 -
YUV 144.6 132.73 34.13 -
System Red Green Blue C M Y K H S L
Decimal 13 210 153 0.94 0 0.27 0.18 162.64 0.88 0.44
Hex D D2 99 5E 0 1B 12 A3 58 2C
Octal 15 322 231 136 0 33 22 243 130 54
Binary 1101 11010010 10011001 1011110 0 11011 10010 10100011 1011000 101100

Color Harmonies of #0DD299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD299

Black with #0DD299

Text Example


Text Example

White with #0DD299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,210,153); }

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

background-color css

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

 a { background-color: rgb(13,210,153); }

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

border-color css

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

 span { border-color: rgb(13,210,153); }

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