Html Css Color HEX #48D225 Kelly Green

📋 copy color: '#48D225'

red 72 ◦ green 210 ◦ blue 37

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

Shades of Kelly Green #48D225

Tints of Kelly Green #48D225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.6%

R = 22.57%
G = 65.83%
B = 11.6%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#48D225 (or 0x48D225) is known color: Kelly Green. HEX triplet: 48, D2 and 25. RGB value is (72,210,37). Sum of RGB (Red+Green+Blue) = 72+210+37=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 210 (82.42% from 255 or 65.83% from 319); Blue value is 37 (14.84% from 255 or 11.60% from 319); Max value from RGB is 210 - color contains mainly: green. Hex color #48D225 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D225 is #B72DDA. Grayscale: #959595. Windows color (decimal): -12004827 or 2478664. OLE color: 2478664.

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

Color convert

RGB 72 210 37 -
CMYK 0.66 0 0.82 0.18
HSL 107.86º 0.7% 0.48% -
HSV(B) 107.86º 0.82% 0.82% -
XYZ 26.05 47.6 9.57 -
YUV 149.02 64.78 73.07 -
System Red Green Blue C M Y K H S L
Decimal 72 210 37 0.66 0 0.82 0.18 107.86 0.7 0.48
Hex 48 D2 25 42 0 52 12 6C 46 30
Octal 110 322 45 102 0 122 22 154 106 60
Binary 1001000 11010010 100101 1000010 0 1010010 10010 1101100 1000110 110000

Color Harmonies of #48D225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D225

Black with #48D225

Text Example


Text Example

White with #48D225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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