Html Css Color HEX #48CF1A Kelly Green

📋 copy color: '#48CF1A'

red 72 ◦ green 207 ◦ blue 26

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

Shades of Kelly Green #48CF1A

Tints of Kelly Green #48CF1A

RGB

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

 GREEN value IS 207 (81.25% from 255) = 67.87%

 BLUE value IS 26 (10.55% from 255) = 8.52%

R = 23.61%
G = 67.87%
B = 8.52%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#48CF1A (or 0x48CF1A) is known color: Kelly Green. HEX triplet: 48, CF and 1A. RGB value is (72,207,26). Sum of RGB (Red+Green+Blue) = 72+207+26=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 207 (81.25% from 255 or 67.87% from 305); Blue value is 26 (10.55% from 255 or 8.52% from 305); Max value from RGB is 207 - color contains mainly: green. Hex color #48CF1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48CF1A is #B730E5. Grayscale: #929292. Windows color (decimal): -12005606 or 1757000. OLE color: 1757000.

HSL color Cylindrical-coordinate representation of color #48CF1A: hue angle of 104.75º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #48CF1A is Cyan = 0.65, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 207 26 -
CMYK 0.65 0 0.87 0.19
HSL 104.75º 0.78% 0.46% -
HSV(B) 104.75º 0.87% 0.81% -
XYZ 25.17 46.08 8.54 -
YUV 146 60.27 75.22 -
System Red Green Blue C M Y K H S L
Decimal 72 207 26 0.65 0 0.87 0.19 104.75 0.78 0.46
Hex 48 CF 1A 41 0 57 13 69 4E 2E
Octal 110 317 32 101 0 127 23 151 116 56
Binary 1001000 11001111 11010 1000001 0 1010111 10011 1101001 1001110 101110

Color Harmonies of #48CF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CF1A

Black with #48CF1A

Text Example


Text Example

White with #48CF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,207,26); }

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

background-color css

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

 a { background-color: rgb(72,207,26); }

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

border-color css

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

 span { border-color: rgb(72,207,26); }

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