Html Css Color HEX #48D00C Kelly Green

📋 copy color: '#48D00C'

red 72 ◦ green 208 ◦ blue 12

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

Shades of Kelly Green #48D00C

Tints of Kelly Green #48D00C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.11%

R = 24.66%
G = 71.23%
B = 4.11%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#48D00C (or 0x48D00C) is known color: Kelly Green. HEX triplet: 48, D0 and 0C. RGB value is (72,208,12). Sum of RGB (Red+Green+Blue) = 72+208+12=292 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.66% from 292); Green value is 208 (81.64% from 255 or 71.23% from 292); Blue value is 12 (5.08% from 255 or 4.11% from 292); Max value from RGB is 208 - color contains mainly: green. Hex color #48D00C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48D00C is #B72FF3. Grayscale: #919191. Windows color (decimal): -12005364 or 839752. OLE color: 839752.

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

Color convert

RGB 72 208 12 -
CMYK 0.65 0 0.94 0.18
HSL 101.63º 0.89% 0.43% -
HSV(B) 101.63º 0.94% 0.82% -
XYZ 25.29 46.52 7.99 -
YUV 144.99 52.94 75.94 -
System Red Green Blue C M Y K H S L
Decimal 72 208 12 0.65 0 0.94 0.18 101.63 0.89 0.43
Hex 48 D0 C 41 0 5E 12 66 59 2B
Octal 110 320 14 101 0 136 22 146 131 53
Binary 1001000 11010000 1100 1000001 0 1011110 10010 1100110 1011001 101011

Color Harmonies of #48D00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D00C

Black with #48D00C

Text Example


Text Example

White with #48D00C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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