Html Css Color HEX #05CF7D Caribbean Green

📋 copy color: '#05CF7D'

red 5 ◦ green 207 ◦ blue 125

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

Shades of Caribbean Green #05CF7D

Tints of Caribbean Green #05CF7D

RGB

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

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

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

R = 1.48%
G = 61.42%
B = 37.09%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#05CF7D (or 0x05CF7D) is known color: Caribbean Green. HEX triplet: 05, CF and 7D. RGB value is (5,207,125). Sum of RGB (Red+Green+Blue) = 5+207+125=337 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 337); Green value is 207 (81.25% from 255 or 61.42% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 207 - color contains mainly: green. Hex color #05CF7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05CF7D is #FA3082. Grayscale: #898989. Windows color (decimal): -16396419 or 8244997. OLE color: 8244997.

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

Color convert

RGB 5 207 125 -
CMYK 0.98 0 0.40 0.19
HSL 155.64º 0.95% 0.42% -
HSV(B) 155.64º 0.98% 0.81% -
XYZ 26.08 46.14 26.93 -
YUV 137.25 121.08 33.67 -
System Red Green Blue C M Y K H S L
Decimal 5 207 125 0.98 0 0.40 0.19 155.64 0.95 0.42
Hex 5 CF 7D 62 0 28 13 9C 5F 2A
Octal 5 317 175 142 0 50 23 234 137 52
Binary 101 11001111 1111101 1100010 0 101000 10011 10011100 1011111 101010

Color Harmonies of #05CF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05CF7D

Black with #05CF7D

Text Example


Text Example

White with #05CF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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