Html Css Color HEX #05D78A Caribbean Green

📋 copy color: '#05D78A'

red 5 ◦ green 215 ◦ blue 138

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

Shades of Caribbean Green #05D78A

Tints of Caribbean Green #05D78A

RGB

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

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

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

R = 1.4%
G = 60.06%
B = 38.55%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#05D78A (or 0x05D78A) is known color: Caribbean Green. HEX triplet: 05, D7 and 8A. RGB value is (5,215,138). Sum of RGB (Red+Green+Blue) = 5+215+138=358 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 358); Green value is 215 (84.38% from 255 or 60.06% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 215 - color contains mainly: green. Hex color #05D78A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05D78A is #FA2875. Grayscale: #8F8F8F. Windows color (decimal): -16394358 or 9099013. OLE color: 9099013.

HSL color Cylindrical-coordinate representation of color #05D78A: hue angle of 158º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D78A is Cyan = 0.98, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 5 215 138 -
CMYK 0.98 0 0.36 0.16
HSL 158º 0.95% 0.43% -
HSV(B) 158º 0.98% 0.84% -
XYZ 28.95 50.47 32.26 -
YUV 143.43 124.93 29.26 -
System Red Green Blue C M Y K H S L
Decimal 5 215 138 0.98 0 0.36 0.16 158 0.95 0.43
Hex 5 D7 8A 62 0 24 10 9E 5F 2B
Octal 5 327 212 142 0 44 20 236 137 53
Binary 101 11010111 10001010 1100010 0 100100 10000 10011110 1011111 101011

Color Harmonies of #05D78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05D78A

Black with #05D78A

Text Example


Text Example

White with #05D78A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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