Html Css Color HEX #04C265 Jade

📋 copy color: '#04C265'

red 4 ◦ green 194 ◦ blue 101

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

Shades of Jade #04C265

Tints of Jade #04C265

RGB

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

 GREEN value IS 194 (76.17% from 255) = 64.88%

 BLUE value IS 101 (39.84% from 255) = 33.78%

R = 1.34%
G = 64.88%
B = 33.78%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#04C265 (or 0x04C265) is known color: Jade. HEX triplet: 04, C2 and 65. RGB value is (4,194,101). Sum of RGB (Red+Green+Blue) = 4+194+101=299 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 299); Green value is 194 (76.17% from 255 or 64.88% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 194 - color contains mainly: green. Hex color #04C265 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04C265 is #FB3D9A. Grayscale: #7E7E7E. Windows color (decimal): -16465307 or 6668804. OLE color: 6668804.

HSL color Cylindrical-coordinate representation of color #04C265: hue angle of 150.63º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C265 is Cyan = 0.98, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 4 194 101 -
CMYK 0.98 0 0.48 0.24
HSL 150.63º 0.96% 0.39% -
HSV(B) 150.63º 0.98% 0.76% -
XYZ 21.69 39.55 18.8 -
YUV 126.59 113.55 40.56 -
System Red Green Blue C M Y K H S L
Decimal 4 194 101 0.98 0 0.48 0.24 150.63 0.96 0.39
Hex 4 C2 65 62 0 30 18 97 60 27
Octal 4 302 145 142 0 60 30 227 140 47
Binary 100 11000010 1100101 1100010 0 110000 11000 10010111 1100000 100111

Color Harmonies of #04C265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C265

Black with #04C265

Text Example


Text Example

White with #04C265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,194,101); }

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

background-color css

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

 a { background-color: rgb(4,194,101); }

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

border-color css

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

 span { border-color: rgb(4,194,101); }

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