Html Css Color HEX #0DD77F Caribbean Green

📋 copy color: '#0DD77F'

red 13 ◦ green 215 ◦ blue 127

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

Shades of Caribbean Green #0DD77F

Tints of Caribbean Green #0DD77F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 60.56%

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

R = 3.66%
G = 60.56%
B = 35.77%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#0DD77F (or 0x0DD77F) is known color: Caribbean Green. HEX triplet: 0D, D7 and 7F. RGB value is (13,215,127). Sum of RGB (Red+Green+Blue) = 13+215+127=355 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.66% from 355); Green value is 215 (84.38% from 255 or 60.56% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 215 - color contains mainly: green. Hex color #0DD77F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DD77F is #F22880. Grayscale: #909090. Windows color (decimal): -15870081 or 8378125. OLE color: 8378125.

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

Color convert

RGB 13 215 127 -
CMYK 0.94 0 0.41 0.16
HSL 153.86º 0.89% 0.45% -
HSV(B) 153.86º 0.94% 0.84% -
XYZ 28.3 50.22 28.28 -
YUV 144.57 118.08 34.16 -
System Red Green Blue C M Y K H S L
Decimal 13 215 127 0.94 0 0.41 0.16 153.86 0.89 0.45
Hex D D7 7F 5E 0 29 10 9A 59 2D
Octal 15 327 177 136 0 51 20 232 131 55
Binary 1101 11010111 1111111 1011110 0 101001 10000 10011010 1011001 101101

Color Harmonies of #0DD77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD77F

Black with #0DD77F

Text Example


Text Example

White with #0DD77F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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