Html Css Color HEX #05CF80 Caribbean Green

📋 copy color: '#05CF80'

red 5 ◦ green 207 ◦ blue 128

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

Shades of Caribbean Green #05CF80

Tints of Caribbean Green #05CF80

RGB

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

 GREEN value IS 207 (81.25% from 255) = 60.88%

 BLUE value IS 128 (50.39% from 255) = 37.65%

R = 1.47%
G = 60.88%
B = 37.65%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#05CF80 (or 0x05CF80) is known color: Caribbean Green. HEX triplet: 05, CF and 80. RGB value is (5,207,128). Sum of RGB (Red+Green+Blue) = 5+207+128=340 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 340); Green value is 207 (81.25% from 255 or 60.88% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 207 - color contains mainly: green. Hex color #05CF80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05CF80 is #FA307F. Grayscale: #898989. Windows color (decimal): -16396416 or 8441605. OLE color: 8441605.

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

Color convert

RGB 5 207 128 -
CMYK 0.98 0 0.38 0.19
HSL 156.53º 0.95% 0.42% -
HSV(B) 156.53º 0.98% 0.81% -
XYZ 26.27 46.22 27.96 -
YUV 137.6 122.58 33.42 -
System Red Green Blue C M Y K H S L
Decimal 5 207 128 0.98 0 0.38 0.19 156.53 0.95 0.42
Hex 5 CF 80 62 0 26 13 9D 5F 2A
Octal 5 317 200 142 0 46 23 235 137 52
Binary 101 11001111 10000000 1100010 0 100110 10011 10011101 1011111 101010

Color Harmonies of #05CF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CF80

Black with #05CF80

Text Example


Text Example

White with #05CF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,207,128); }

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

background-color css

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

 a { background-color: rgb(5,207,128); }

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

border-color css

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

 span { border-color: rgb(5,207,128); }

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