Html Css Color HEX #48CF85 Emerald

📋 copy color: '#48CF85'

red 72 ◦ green 207 ◦ blue 133

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

Shades of Emerald #48CF85

Tints of Emerald #48CF85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 32.28%

R = 17.48%
G = 50.24%
B = 32.28%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#48CF85 (or 0x48CF85) is known color: Emerald. HEX triplet: 48, CF and 85. RGB value is (72,207,133). Sum of RGB (Red+Green+Blue) = 72+207+133=412 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.48% from 412); Green value is 207 (81.25% from 255 or 50.24% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 207 - color contains mainly: green. Hex color #48CF85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48CF85 is #B7307A. Grayscale: #9E9E9E. Windows color (decimal): -12005499 or 8769352. OLE color: 8769352.

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

Color convert

RGB 72 207 133 -
CMYK 0.65 0 0.36 0.19
HSL 147.11º 0.58% 0.55% -
HSV(B) 147.11º 0.65% 0.81% -
XYZ 29.22 47.7 29.86 -
YUV 158.2 113.77 66.52 -
System Red Green Blue C M Y K H S L
Decimal 72 207 133 0.65 0 0.36 0.19 147.11 0.58 0.55
Hex 48 CF 85 41 0 24 13 93 3A 37
Octal 110 317 205 101 0 44 23 223 72 67
Binary 1001000 11001111 10000101 1000001 0 100100 10011 10010011 111010 110111

Color Harmonies of #48CF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CF85

Black with #48CF85

Text Example


Text Example

White with #48CF85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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