Html Css Color HEX #48CE12 Kelly Green

📋 copy color: '#48CE12'

red 72 ◦ green 206 ◦ blue 18

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

Shades of Kelly Green #48CE12

Tints of Kelly Green #48CE12

RGB

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

 GREEN value IS 206 (80.86% from 255) = 69.59%

 BLUE value IS 18 (7.42% from 255) = 6.08%

R = 24.32%
G = 69.59%
B = 6.08%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#48CE12 (or 0x48CE12) is known color: Kelly Green. HEX triplet: 48, CE and 12. RGB value is (72,206,18). Sum of RGB (Red+Green+Blue) = 72+206+18=296 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.32% from 296); Green value is 206 (80.86% from 255 or 69.59% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 206 - color contains mainly: green. Hex color #48CE12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48CE12 is #B731ED. Grayscale: #919191. Windows color (decimal): -12005870 or 1232456. OLE color: 1232456.

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

Color convert

RGB 72 206 18 -
CMYK 0.65 0 0.91 0.19
HSL 102.77º 0.84% 0.44% -
HSV(B) 102.77º 0.91% 0.81% -
XYZ 24.85 45.56 8.06 -
YUV 144.5 56.61 76.29 -
System Red Green Blue C M Y K H S L
Decimal 72 206 18 0.65 0 0.91 0.19 102.77 0.84 0.44
Hex 48 CE 12 41 0 5B 13 67 54 2C
Octal 110 316 22 101 0 133 23 147 124 54
Binary 1001000 11001110 10010 1000001 0 1011011 10011 1100111 1010100 101100

Color Harmonies of #48CE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CE12

Black with #48CE12

Text Example


Text Example

White with #48CE12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,206,18); }

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

background-color css

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

 a { background-color: rgb(72,206,18); }

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

border-color css

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

 span { border-color: rgb(72,206,18); }

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