Html Css Color HEX #48D000 Kelly Green

📋 copy color: '#48D000'

red 72 ◦ green 208 ◦ blue 0

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

Shades of Kelly Green #48D000

Tints of Kelly Green #48D000

RGB

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

 GREEN value IS 208 (81.64% from 255) = 74.29%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 25.71%
G = 74.29%
B = 0%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#48D000 (or 0x48D000) is known color: Kelly Green. HEX triplet: 48, D0 and 00. RGB value is (72,208,0). Sum of RGB (Red+Green+Blue) = 72+208+0=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 208 (81.64% from 255 or 74.29% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 208 - color contains mainly: green. Hex color #48D000 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48D000 is #B72FFF. Grayscale: #909090. Windows color (decimal): -12005376 or 53320. OLE color: 53320.

HSL color Cylindrical-coordinate representation of color #48D000: hue angle of 99.23º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #48D000 is Cyan = 0.65, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 72 208 0 -
CMYK 0.65 0 1 0.18
HSL 99.23º 1% 0.41% -
HSV(B) 99.23º 1% 0.82% -
XYZ 25.23 46.49 7.64 -
YUV 143.62 46.94 76.91 -
System Red Green Blue C M Y K H S L
Decimal 72 208 0 0.65 0 1 0.18 99.23 1 0.41
Hex 48 D0 0 41 0 64 12 63 64 29
Octal 110 320 0 101 0 144 22 143 144 51
Binary 1001000 11010000 0 1000001 0 1100100 10010 1100011 1100100 101001

Color Harmonies of #48D000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D000

Black with #48D000

Text Example


Text Example

White with #48D000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,208,0); }

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

background-color css

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

 a { background-color: rgb(72,208,0); }

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

border-color css

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

 span { border-color: rgb(72,208,0); }

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