Html Css Color HEX #04B25E Jade

📋 copy color: '#04B25E'

red 4 ◦ green 178 ◦ blue 94

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

Shades of Jade #04B25E

Tints of Jade #04B25E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 64.49%

 BLUE value IS 94 (37.11% from 255) = 34.06%

R = 1.45%
G = 64.49%
B = 34.06%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#04B25E (or 0x04B25E) is known color: Jade. HEX triplet: 04, B2 and 5E. RGB value is (4,178,94). Sum of RGB (Red+Green+Blue) = 4+178+94=276 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 276); Green value is 178 (69.92% from 255 or 64.49% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 178 - color contains mainly: green. Hex color #04B25E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04B25E is #FB4DA1. Grayscale: #747474. Windows color (decimal): -16469410 or 6205956. OLE color: 6205956.

HSL color Cylindrical-coordinate representation of color #04B25E: hue angle of 151.03º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B25E is Cyan = 0.98, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 4 178 94 -
CMYK 0.98 0 0.47 0.30
HSL 151.03º 0.96% 0.36% -
HSV(B) 151.03º 0.98% 0.7% -
XYZ 17.99 32.67 15.95 -
YUV 116.4 115.35 47.83 -
System Red Green Blue C M Y K H S L
Decimal 4 178 94 0.98 0 0.47 0.30 151.03 0.96 0.36
Hex 4 B2 5E 62 0 2F 1E 97 60 24
Octal 4 262 136 142 0 57 36 227 140 44
Binary 100 10110010 1011110 1100010 0 101111 11110 10010111 1100000 100100

Color Harmonies of #04B25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B25E

Black with #04B25E

Text Example


Text Example

White with #04B25E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,178,94); }

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

background-color css

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

 a { background-color: rgb(4,178,94); }

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

border-color css

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

 span { border-color: rgb(4,178,94); }

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