Html Css Color HEX #04C268 Jade

📋 copy color: '#04C268'

red 4 ◦ green 194 ◦ blue 104

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

Shades of Jade #04C268

Tints of Jade #04C268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.44%

R = 1.32%
G = 64.24%
B = 34.44%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#04C268 (or 0x04C268) is known color: Jade. HEX triplet: 04, C2 and 68. RGB value is (4,194,104). Sum of RGB (Red+Green+Blue) = 4+194+104=302 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 302); Green value is 194 (76.17% from 255 or 64.24% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 194 - color contains mainly: green. Hex color #04C268 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04C268 is #FB3D97. Grayscale: #7F7F7F. Windows color (decimal): -16465304 or 6865412. OLE color: 6865412.

HSL color Cylindrical-coordinate representation of color #04C268: hue angle of 151.58º 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 #04C268 is Cyan = 0.98, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 4 194 104 -
CMYK 0.98 0 0.46 0.24
HSL 151.58º 0.96% 0.39% -
HSV(B) 151.58º 0.98% 0.76% -
XYZ 21.84 39.61 19.59 -
YUV 126.93 115.05 40.32 -
System Red Green Blue C M Y K H S L
Decimal 4 194 104 0.98 0 0.46 0.24 151.58 0.96 0.39
Hex 4 C2 68 62 0 2E 18 98 60 27
Octal 4 302 150 142 0 56 30 230 140 47
Binary 100 11000010 1101000 1100010 0 101110 11000 10011000 1100000 100111

Color Harmonies of #04C268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C268

Black with #04C268

Text Example


Text Example

White with #04C268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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