Html Css Color HEX #48BD2A Kelly Green

📋 copy color: '#48BD2A'

red 72 ◦ green 189 ◦ blue 42

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

Shades of Kelly Green #48BD2A

Tints of Kelly Green #48BD2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.86%

R = 23.76%
G = 62.38%
B = 13.86%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#48BD2A (or 0x48BD2A) is known color: Kelly Green. HEX triplet: 48, BD and 2A. RGB value is (72,189,42). Sum of RGB (Red+Green+Blue) = 72+189+42=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 189 (74.22% from 255 or 62.38% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 189 - color contains mainly: green. Hex color #48BD2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48BD2A is #B742D5. Grayscale: #898989. Windows color (decimal): -12010198 or 2800968. OLE color: 2800968.

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

Color convert

RGB 72 189 42 -
CMYK 0.62 0 0.78 0.26
HSL 107.76º 0.64% 0.45% -
HSV(B) 107.76º 0.78% 0.74% -
XYZ 21.29 37.94 8.39 -
YUV 137.26 74.24 81.45 -
System Red Green Blue C M Y K H S L
Decimal 72 189 42 0.62 0 0.78 0.26 107.76 0.64 0.45
Hex 48 BD 2A 3E 0 4E 1A 6C 40 2D
Octal 110 275 52 76 0 116 32 154 100 55
Binary 1001000 10111101 101010 111110 0 1001110 11010 1101100 1000000 101101

Color Harmonies of #48BD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BD2A

Black with #48BD2A

Text Example


Text Example

White with #48BD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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