Html Css Color HEX #0DDB85 Caribbean Green

📋 copy color: '#0DDB85'

red 13 ◦ green 219 ◦ blue 133

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

Shades of Caribbean Green #0DDB85

Tints of Caribbean Green #0DDB85

RGB

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

 GREEN value IS 219 (85.94% from 255) = 60%

 BLUE value IS 133 (52.34% from 255) = 36.44%

R = 3.56%
G = 60%
B = 36.44%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#0DDB85 (or 0x0DDB85) is known color: Caribbean Green. HEX triplet: 0D, DB and 85. RGB value is (13,219,133). Sum of RGB (Red+Green+Blue) = 13+219+133=365 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.56% from 365); Green value is 219 (85.94% from 255 or 60% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 219 - color contains mainly: green. Hex color #0DDB85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDB85 is #F2247A. Grayscale: #939393. Windows color (decimal): -15869051 or 8772365. OLE color: 8772365.

HSL color Cylindrical-coordinate representation of color #0DDB85: hue angle of 154.95º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDB85 is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 13 219 133 -
CMYK 0.94 0 0.39 0.14
HSL 154.95º 0.89% 0.45% -
HSV(B) 154.95º 0.94% 0.86% -
XYZ 29.73 52.44 30.75 -
YUV 147.6 119.75 31.99 -
System Red Green Blue C M Y K H S L
Decimal 13 219 133 0.94 0 0.39 0.14 154.95 0.89 0.45
Hex D DB 85 5E 0 27 E 9B 59 2D
Octal 15 333 205 136 0 47 16 233 131 55
Binary 1101 11011011 10000101 1011110 0 100111 1110 10011011 1011001 101101

Color Harmonies of #0DDB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDB85

Black with #0DDB85

Text Example


Text Example

White with #0DDB85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,219,133); }

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

background-color css

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

 a { background-color: rgb(13,219,133); }

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

border-color css

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

 span { border-color: rgb(13,219,133); }

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