Html Css Color HEX #48D027 Kelly Green

📋 copy color: '#48D027'

red 72 ◦ green 208 ◦ blue 39

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

Shades of Kelly Green #48D027

Tints of Kelly Green #48D027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.23%

R = 22.57%
G = 65.2%
B = 12.23%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#48D027 (or 0x48D027) is known color: Kelly Green. HEX triplet: 48, D0 and 27. RGB value is (72,208,39). Sum of RGB (Red+Green+Blue) = 72+208+39=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 208 (81.64% from 255 or 65.20% from 319); Blue value is 39 (15.62% from 255 or 12.23% from 319); Max value from RGB is 208 - color contains mainly: green. Hex color #48D027 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48D027 is #B72FD8. Grayscale: #949494. Windows color (decimal): -12005337 or 2609224. OLE color: 2609224.

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

Color convert

RGB 72 208 39 -
CMYK 0.65 0 0.81 0.18
HSL 108.28º 0.68% 0.48% -
HSV(B) 108.28º 0.81% 0.82% -
XYZ 25.59 46.64 9.57 -
YUV 148.07 66.44 73.74 -
System Red Green Blue C M Y K H S L
Decimal 72 208 39 0.65 0 0.81 0.18 108.28 0.68 0.48
Hex 48 D0 27 41 0 51 12 6C 44 30
Octal 110 320 47 101 0 121 22 154 104 60
Binary 1001000 11010000 100111 1000001 0 1010001 10010 1101100 1000100 110000

Color Harmonies of #48D027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D027

Black with #48D027

Text Example


Text Example

White with #48D027

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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