Html Css Color HEX #48CF0F Kelly Green

📋 copy color: '#48CF0F'

red 72 ◦ green 207 ◦ blue 15

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

Shades of Kelly Green #48CF0F

Tints of Kelly Green #48CF0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.1%

R = 24.49%
G = 70.41%
B = 5.1%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#48CF0F (or 0x48CF0F) is known color: Kelly Green. HEX triplet: 48, CF and 0F. RGB value is (72,207,15). Sum of RGB (Red+Green+Blue) = 72+207+15=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 207 (81.25% from 255 or 70.41% from 294); Blue value is 15 (6.25% from 255 or 5.10% from 294); Max value from RGB is 207 - color contains mainly: green. Hex color #48CF0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48CF0F is #B730F0. Grayscale: #919191. Windows color (decimal): -12005617 or 1036104. OLE color: 1036104.

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

Color convert

RGB 72 207 15 -
CMYK 0.65 0 0.93 0.19
HSL 102.19º 0.86% 0.44% -
HSV(B) 102.19º 0.93% 0.81% -
XYZ 25.07 46.04 8.02 -
YUV 144.75 54.77 76.11 -
System Red Green Blue C M Y K H S L
Decimal 72 207 15 0.65 0 0.93 0.19 102.19 0.86 0.44
Hex 48 CF F 41 0 5D 13 66 56 2C
Octal 110 317 17 101 0 135 23 146 126 54
Binary 1001000 11001111 1111 1000001 0 1011101 10011 1100110 1010110 101100

Color Harmonies of #48CF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CF0F

Black with #48CF0F

Text Example


Text Example

White with #48CF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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