Html Css Color HEX #48BD10 Kelly Green

📋 copy color: '#48BD10'

red 72 ◦ green 189 ◦ blue 16

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

Shades of Kelly Green #48BD10

Tints of Kelly Green #48BD10

RGB

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

 GREEN value IS 189 (74.22% from 255) = 68.23%

 BLUE value IS 16 (6.64% from 255) = 5.78%

R = 25.99%
G = 68.23%
B = 5.78%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#48BD10 (or 0x48BD10) is known color: Kelly Green. HEX triplet: 48, BD and 10. RGB value is (72,189,16). Sum of RGB (Red+Green+Blue) = 72+189+16=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 189 (74.22% from 255 or 68.23% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 189 - color contains mainly: green. Hex color #48BD10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48BD10 is #B742EF. Grayscale: #868686. Windows color (decimal): -12010224 or 1097032. OLE color: 1097032.

HSL color Cylindrical-coordinate representation of color #48BD10: hue angle of 100.58º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #48BD10 is Cyan = 0.62, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 189 16 -
CMYK 0.62 0 0.92 0.26
HSL 100.58º 0.84% 0.4% -
HSV(B) 100.58º 0.92% 0.74% -
XYZ 20.96 37.81 6.68 -
YUV 134.3 61.24 83.57 -
System Red Green Blue C M Y K H S L
Decimal 72 189 16 0.62 0 0.92 0.26 100.58 0.84 0.4
Hex 48 BD 10 3E 0 5C 1A 65 54 28
Octal 110 275 20 76 0 134 32 145 124 50
Binary 1001000 10111101 10000 111110 0 1011100 11010 1100101 1010100 101000

Color Harmonies of #48BD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BD10

Black with #48BD10

Text Example


Text Example

White with #48BD10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,189,16); }

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

background-color css

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

 a { background-color: rgb(72,189,16); }

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

border-color css

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

 span { border-color: rgb(72,189,16); }

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