Html Css Color HEX #04CF8D Caribbean Green

📋 copy color: '#04CF8D'

red 4 ◦ green 207 ◦ blue 141

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

Shades of Caribbean Green #04CF8D

Tints of Caribbean Green #04CF8D

RGB

 RED value IS 4 (1.95% from 255) = 1.14%

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

 BLUE value IS 141 (55.47% from 255) = 40.06%

R = 1.14%
G = 58.81%
B = 40.06%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#04CF8D (or 0x04CF8D) is known color: Caribbean Green. HEX triplet: 04, CF and 8D. RGB value is (4,207,141). Sum of RGB (Red+Green+Blue) = 4+207+141=352 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 352); Green value is 207 (81.25% from 255 or 58.81% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 207 - color contains mainly: green. Hex color #04CF8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #04CF8D is #FB3072. Grayscale: #8A8A8A. Windows color (decimal): -16461939 or 9293572. OLE color: 9293572.

HSL color Cylindrical-coordinate representation of color #04CF8D: hue angle of 160.49º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CF8D is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 4 207 141 -
CMYK 0.98 0 0.32 0.19
HSL 160.49º 0.96% 0.41% -
HSV(B) 160.49º 0.98% 0.81% -
XYZ 27.17 46.57 32.76 -
YUV 138.78 129.25 31.87 -
System Red Green Blue C M Y K H S L
Decimal 4 207 141 0.98 0 0.32 0.19 160.49 0.96 0.41
Hex 4 CF 8D 62 0 20 13 A0 60 29
Octal 4 317 215 142 0 40 23 240 140 51
Binary 100 11001111 10001101 1100010 0 100000 10011 10100000 1100000 101001

Color Harmonies of #04CF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CF8D

Black with #04CF8D

Text Example


Text Example

White with #04CF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04CF8D; }

 p { color: rgb(4,207,141); }

 H1.HeaderClassName
 {
   color: #04CF8D;
 }
 .AnyTagClassName
 {
   color: #04CF8D;
 }
</style>

background-color css

<style>
 a { background-color: #04CF8D; }

 a { background-color: rgb(4,207,141); }

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

border-color css

<style>
 span { border-color: #04CF8D; }

 span { border-color: rgb(4,207,141); }

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