Html Css Color HEX #0DDE99 Caribbean Green

📋 copy color: '#0DDE99'

red 13 ◦ green 222 ◦ blue 153

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

Shades of Caribbean Green #0DDE99

Tints of Caribbean Green #0DDE99

RGB

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

 GREEN value IS 222 (87.11% from 255) = 57.22%

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

R = 3.35%
G = 57.22%
B = 39.43%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#0DDE99 (or 0x0DDE99) is known color: Caribbean Green. HEX triplet: 0D, DE and 99. RGB value is (13,222,153). Sum of RGB (Red+Green+Blue) = 13+222+153=388 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.35% from 388); Green value is 222 (87.11% from 255 or 57.22% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 222 - color contains mainly: green. Hex color #0DDE99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDE99 is #F22166. Grayscale: #979797. Windows color (decimal): -15868263 or 10083853. OLE color: 10083853.

HSL color Cylindrical-coordinate representation of color #0DDE99: hue angle of 160.19º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDE99 is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 13 222 153 -
CMYK 0.94 0 0.31 0.13
HSL 160.19º 0.89% 0.46% -
HSV(B) 160.19º 0.94% 0.87% -
XYZ 32.04 54.63 38.99 -
YUV 151.64 128.76 29.11 -
System Red Green Blue C M Y K H S L
Decimal 13 222 153 0.94 0 0.31 0.13 160.19 0.89 0.46
Hex D DE 99 5E 0 1F D A0 59 2E
Octal 15 336 231 136 0 37 15 240 131 56
Binary 1101 11011110 10011001 1011110 0 11111 1101 10100000 1011001 101110

Color Harmonies of #0DDE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDE99

Black with #0DDE99

Text Example


Text Example

White with #0DDE99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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