Html Css Color HEX #48D204 Kelly Green

📋 copy color: '#48D204'

red 72 ◦ green 210 ◦ blue 4

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

Shades of Kelly Green #48D204

Tints of Kelly Green #48D204

RGB

 RED value IS 72 (28.52% from 255) = 25.17%

 GREEN value IS 210 (82.42% from 255) = 73.43%

 BLUE value IS 4 (1.95% from 255) = 1.4%

R = 25.17%
G = 73.43%
B = 1.4%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#48D204 (or 0x48D204) is known color: Kelly Green. HEX triplet: 48, D2 and 04. RGB value is (72,210,4). Sum of RGB (Red+Green+Blue) = 72+210+4=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 210 (82.42% from 255 or 73.43% from 286); Blue value is 4 (1.95% from 255 or 1.40% from 286); Max value from RGB is 210 - color contains mainly: green. Hex color #48D204 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48D204 is #B72DFB. Grayscale: #919191. Windows color (decimal): -12004860 or 315976. OLE color: 315976.

HSL color Cylindrical-coordinate representation of color #48D204: hue angle of 100.19º 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 #48D204 is Cyan = 0.66, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 72 210 4 -
CMYK 0.66 0 0.98 0.18
HSL 100.19º 0.96% 0.42% -
HSV(B) 100.19º 0.98% 0.82% -
XYZ 25.74 47.48 7.92 -
YUV 145.25 48.28 75.75 -
System Red Green Blue C M Y K H S L
Decimal 72 210 4 0.66 0 0.98 0.18 100.19 0.96 0.42
Hex 48 D2 4 42 0 62 12 64 60 2A
Octal 110 322 4 102 0 142 22 144 140 52
Binary 1001000 11010010 100 1000010 0 1100010 10010 1100100 1100000 101010

Color Harmonies of #48D204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D204

Black with #48D204

Text Example


Text Example

White with #48D204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48D204; }

 p { color: rgb(72,210,4); }

 H1.HeaderClassName
 {
   color: #48D204;
 }
 .AnyTagClassName
 {
   color: #48D204;
 }
</style>

background-color css

<style>
 a { background-color: #48D204; }

 a { background-color: rgb(72,210,4); }

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

border-color css

<style>
 span { border-color: #48D204; }

 span { border-color: rgb(72,210,4); }

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