Html Css Color HEX #04D07A Caribbean Green

📋 copy color: '#04D07A'

red 4 ◦ green 208 ◦ blue 122

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

Shades of Caribbean Green #04D07A

Tints of Caribbean Green #04D07A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.53%

R = 1.2%
G = 62.28%
B = 36.53%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#04D07A (or 0x04D07A) is known color: Caribbean Green. HEX triplet: 04, D0 and 7A. RGB value is (4,208,122). Sum of RGB (Red+Green+Blue) = 4+208+122=334 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 334); Green value is 208 (81.64% from 255 or 62.28% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 208 - color contains mainly: green. Hex color #04D07A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04D07A is #FB2F85. Grayscale: #898989. Windows color (decimal): -16461702 or 8048644. OLE color: 8048644.

HSL color Cylindrical-coordinate representation of color #04D07A: hue angle of 154.71º degrees, saturation: 0.96, 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 #04D07A is Cyan = 0.98, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 4 208 122 -
CMYK 0.98 0 0.41 0.18
HSL 154.71º 0.96% 0.42% -
HSV(B) 154.71º 0.98% 0.82% -
XYZ 26.12 46.54 26.02 -
YUV 137.2 119.41 32.99 -
System Red Green Blue C M Y K H S L
Decimal 4 208 122 0.98 0 0.41 0.18 154.71 0.96 0.42
Hex 4 D0 7A 62 0 29 12 9B 60 2A
Octal 4 320 172 142 0 51 22 233 140 52
Binary 100 11010000 1111010 1100010 0 101001 10010 10011011 1100000 101010

Color Harmonies of #04D07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04D07A

Black with #04D07A

Text Example


Text Example

White with #04D07A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,208,122); }

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

background-color css

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

 a { background-color: rgb(4,208,122); }

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

border-color css

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

 span { border-color: rgb(4,208,122); }

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