Html Css Color HEX #05D07E Caribbean Green

📋 copy color: '#05D07E'

red 5 ◦ green 208 ◦ blue 126

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

Shades of Caribbean Green #05D07E

Tints of Caribbean Green #05D07E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 61.36%

 BLUE value IS 126 (49.61% from 255) = 37.17%

R = 1.47%
G = 61.36%
B = 37.17%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#05D07E (or 0x05D07E) is known color: Caribbean Green. HEX triplet: 05, D0 and 7E. RGB value is (5,208,126). Sum of RGB (Red+Green+Blue) = 5+208+126=339 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 339); Green value is 208 (81.64% from 255 or 61.36% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 208 - color contains mainly: green. Hex color #05D07E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05D07E is #FA2F81. Grayscale: #8A8A8A. Windows color (decimal): -16396162 or 8310789. OLE color: 8310789.

HSL color Cylindrical-coordinate representation of color #05D07E: hue angle of 155.76º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D07E is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 5 208 126 -
CMYK 0.98 0 0.39 0.18
HSL 155.76º 0.95% 0.42% -
HSV(B) 155.76º 0.98% 0.82% -
XYZ 26.38 46.65 27.35 -
YUV 137.96 121.25 33.17 -
System Red Green Blue C M Y K H S L
Decimal 5 208 126 0.98 0 0.39 0.18 155.76 0.95 0.42
Hex 5 D0 7E 62 0 27 12 9C 5F 2A
Octal 5 320 176 142 0 47 22 234 137 52
Binary 101 11010000 1111110 1100010 0 100111 10010 10011100 1011111 101010

Color Harmonies of #05D07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05D07E

Black with #05D07E

Text Example


Text Example

White with #05D07E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,208,126); }

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

background-color css

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

 a { background-color: rgb(5,208,126); }

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

border-color css

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

 span { border-color: rgb(5,208,126); }

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