Html Css Color HEX #48B404 Kelly Green

📋 copy color: '#48B404'

red 72 ◦ green 180 ◦ blue 4

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

Shades of Kelly Green #48B404

Tints of Kelly Green #48B404

RGB

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

 GREEN value IS 180 (70.7% from 255) = 70.31%

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

R = 28.13%
G = 70.31%
B = 1.56%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#48B404 (or 0x48B404) is known color: Kelly Green. HEX triplet: 48, B4 and 04. RGB value is (72,180,4). Sum of RGB (Red+Green+Blue) = 72+180+4=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 180 (70.70% from 255 or 70.31% from 256); Blue value is 4 (1.95% from 255 or 1.56% from 256); Max value from RGB is 180 - color contains mainly: green. Hex color #48B404 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48B404 is #B74BFB. Grayscale: #808080. Windows color (decimal): -12012540 or 308296. OLE color: 308296.

HSL color Cylindrical-coordinate representation of color #48B404: hue angle of 96.82º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #48B404 is Cyan = 0.60, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 72 180 4 -
CMYK 0.60 0 0.98 0.29
HSL 96.82º 0.96% 0.36% -
HSV(B) 96.82º 0.98% 0.71% -
XYZ 19.02 34.03 5.68 -
YUV 127.64 58.22 88.31 -
System Red Green Blue C M Y K H S L
Decimal 72 180 4 0.60 0 0.98 0.29 96.82 0.96 0.36
Hex 48 B4 4 3C 0 62 1D 61 60 24
Octal 110 264 4 74 0 142 35 141 140 44
Binary 1001000 10110100 100 111100 0 1100010 11101 1100001 1100000 100100

Color Harmonies of #48B404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B404

Black with #48B404

Text Example


Text Example

White with #48B404

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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