Html Css Color HEX #05DD8B Caribbean Green

📋 copy color: '#05DD8B'

red 5 ◦ green 221 ◦ blue 139

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

Shades of Caribbean Green #05DD8B

Tints of Caribbean Green #05DD8B

RGB

 RED value IS 5 (2.34% from 255) = 1.37%

 GREEN value IS 221 (86.72% from 255) = 60.55%

 BLUE value IS 139 (54.69% from 255) = 38.08%

R = 1.37%
G = 60.55%
B = 38.08%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#05DD8B (or 0x05DD8B) is known color: Caribbean Green. HEX triplet: 05, DD and 8B. RGB value is (5,221,139). Sum of RGB (Red+Green+Blue) = 5+221+139=365 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 365); Green value is 221 (86.72% from 255 or 60.55% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 221 - color contains mainly: green. Hex color #05DD8B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05DD8B is #FA2274. Grayscale: #939393. Windows color (decimal): -16392821 or 9166085. OLE color: 9166085.

HSL color Cylindrical-coordinate representation of color #05DD8B: hue angle of 157.22º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DD8B is Cyan = 0.98, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 221 139 -
CMYK 0.98 0 0.37 0.13
HSL 157.22º 0.96% 0.44% -
HSV(B) 157.22º 0.98% 0.87% -
XYZ 30.58 53.61 33.16 -
YUV 147.07 123.44 26.67 -
System Red Green Blue C M Y K H S L
Decimal 5 221 139 0.98 0 0.37 0.13 157.22 0.96 0.44
Hex 5 DD 8B 62 0 25 D 9D 60 2C
Octal 5 335 213 142 0 45 15 235 140 54
Binary 101 11011101 10001011 1100010 0 100101 1101 10011101 1100000 101100

Color Harmonies of #05DD8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DD8B

Black with #05DD8B

Text Example


Text Example

White with #05DD8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05DD8B; }

 p { color: rgb(5,221,139); }

 H1.HeaderClassName
 {
   color: #05DD8B;
 }
 .AnyTagClassName
 {
   color: #05DD8B;
 }
</style>

background-color css

<style>
 a { background-color: #05DD8B; }

 a { background-color: rgb(5,221,139); }

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

border-color css

<style>
 span { border-color: #05DD8B; }

 span { border-color: rgb(5,221,139); }

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