Html Css Color HEX #48CC0B Kelly Green

📋 copy color: '#48CC0B'

red 72 ◦ green 204 ◦ blue 11

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

Shades of Kelly Green #48CC0B

Tints of Kelly Green #48CC0B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 71.08%

 BLUE value IS 11 (4.69% from 255) = 3.83%

R = 25.09%
G = 71.08%
B = 3.83%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#48CC0B (or 0x48CC0B) is known color: Kelly Green. HEX triplet: 48, CC and 0B. RGB value is (72,204,11). Sum of RGB (Red+Green+Blue) = 72+204+11=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 204 (80.08% from 255 or 71.08% from 287); Blue value is 11 (4.69% from 255 or 3.83% from 287); Max value from RGB is 204 - color contains mainly: green. Hex color #48CC0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48CC0B is #B733F4. Grayscale: #8F8F8F. Windows color (decimal): -12006389 or 773192. OLE color: 773192.

HSL color Cylindrical-coordinate representation of color #48CC0B: hue angle of 101.04º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #48CC0B is Cyan = 0.65, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.2.

Color convert

RGB 72 204 11 -
CMYK 0.65 0 0.95 0.2
HSL 101.04º 0.9% 0.42% -
HSV(B) 101.04º 0.95% 0.8% -
XYZ 24.33 44.59 7.64 -
YUV 142.53 53.77 77.69 -
System Red Green Blue C M Y K H S L
Decimal 72 204 11 0.65 0 0.95 0.2 101.04 0.9 0.42
Hex 48 CC B 41 0 5F 14 65 5A 2A
Octal 110 314 13 101 0 137 24 145 132 52
Binary 1001000 11001100 1011 1000001 0 1011111 10100 1100101 1011010 101010

Color Harmonies of #48CC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CC0B

Black with #48CC0B

Text Example


Text Example

White with #48CC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,204,11); }

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

background-color css

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

 a { background-color: rgb(72,204,11); }

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

border-color css

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

 span { border-color: rgb(72,204,11); }

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