Html Css Color HEX #05DA7D Caribbean Green

📋 copy color: '#05DA7D'

red 5 ◦ green 218 ◦ blue 125

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

Shades of Caribbean Green #05DA7D

Tints of Caribbean Green #05DA7D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 62.64%

 BLUE value IS 125 (49.22% from 255) = 35.92%

R = 1.44%
G = 62.64%
B = 35.92%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#05DA7D (or 0x05DA7D) is known color: Caribbean Green. HEX triplet: 05, DA and 7D. RGB value is (5,218,125). Sum of RGB (Red+Green+Blue) = 5+218+125=348 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.44% from 348); Green value is 218 (85.55% from 255 or 62.64% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 218 - color contains mainly: green. Hex color #05DA7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05DA7D is #FA2582. Grayscale: #8F8F8F. Windows color (decimal): -16393603 or 8247813. OLE color: 8247813.

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

Color convert

RGB 5 218 125 -
CMYK 0.98 0 0.43 0.15
HSL 153.8º 0.96% 0.44% -
HSV(B) 153.8º 0.98% 0.85% -
XYZ 28.84 51.66 27.85 -
YUV 143.71 117.43 29.06 -
System Red Green Blue C M Y K H S L
Decimal 5 218 125 0.98 0 0.43 0.15 153.8 0.96 0.44
Hex 5 DA 7D 62 0 2B F 9A 60 2C
Octal 5 332 175 142 0 53 17 232 140 54
Binary 101 11011010 1111101 1100010 0 101011 1111 10011010 1100000 101100

Color Harmonies of #05DA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DA7D

Black with #05DA7D

Text Example


Text Example

White with #05DA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,218,125); }

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

background-color css

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

 a { background-color: rgb(5,218,125); }

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

border-color css

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

 span { border-color: rgb(5,218,125); }

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