Html Css Color HEX #05DD8A Caribbean Green

📋 copy color: '#05DD8A'

red 5 ◦ green 221 ◦ blue 138

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

Shades of Caribbean Green #05DD8A

Tints of Caribbean Green #05DD8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.91%

R = 1.37%
G = 60.71%
B = 37.91%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#05DD8A (or 0x05DD8A) is known color: Caribbean Green. HEX triplet: 05, DD and 8A. RGB value is (5,221,138). Sum of RGB (Red+Green+Blue) = 5+221+138=364 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.37% from 364); Green value is 221 (86.72% from 255 or 60.71% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 221 - color contains mainly: green. Hex color #05DD8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05DD8A is #FA2275. Grayscale: #939393. Windows color (decimal): -16392822 or 9100549. OLE color: 9100549.

HSL color Cylindrical-coordinate representation of color #05DD8A: hue angle of 156.94º 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 #05DD8A is Cyan = 0.98, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 221 138 -
CMYK 0.98 0 0.38 0.13
HSL 156.94º 0.96% 0.44% -
HSV(B) 156.94º 0.98% 0.87% -
XYZ 30.51 53.58 32.78 -
YUV 146.95 122.94 26.75 -
System Red Green Blue C M Y K H S L
Decimal 5 221 138 0.98 0 0.38 0.13 156.94 0.96 0.44
Hex 5 DD 8A 62 0 26 D 9D 60 2C
Octal 5 335 212 142 0 46 15 235 140 54
Binary 101 11011101 10001010 1100010 0 100110 1101 10011101 1100000 101100

Color Harmonies of #05DD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DD8A

Black with #05DD8A

Text Example


Text Example

White with #05DD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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