Html Css Color HEX #48F226 Harlequin

📋 copy color: '#48F226'

red 72 ◦ green 242 ◦ blue 38

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

Shades of Harlequin #48F226

Tints of Harlequin #48F226

RGB

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

 GREEN value IS 242 (94.92% from 255) = 68.75%

 BLUE value IS 38 (15.23% from 255) = 10.8%

R = 20.45%
G = 68.75%
B = 10.8%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#48F226 (or 0x48F226) is known color: Harlequin. HEX triplet: 48, F2 and 26. RGB value is (72,242,38). Sum of RGB (Red+Green+Blue) = 72+242+38=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 242 (94.92% from 255 or 68.75% from 352); Blue value is 38 (15.23% from 255 or 10.80% from 352); Max value from RGB is 242 - color contains mainly: green. Hex color #48F226 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48F226 is #B70DD9. Grayscale: #A8A8A8. Windows color (decimal): -11996634 or 2552392. OLE color: 2552392.

HSL color Cylindrical-coordinate representation of color #48F226: hue angle of 110º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #48F226 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 72 242 38 -
CMYK 0.70 0 0.84 0.05
HSL 110º 0.89% 0.55% -
HSV(B) 110º 0.84% 0.95% -
XYZ 34.77 65.02 12.55 -
YUV 167.91 54.68 59.59 -
System Red Green Blue C M Y K H S L
Decimal 72 242 38 0.70 0 0.84 0.05 110 0.89 0.55
Hex 48 F2 26 46 0 54 5 6E 59 37
Octal 110 362 46 106 0 124 5 156 131 67
Binary 1001000 11110010 100110 1000110 0 1010100 101 1101110 1011001 110111

Color Harmonies of #48F226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F226

Black with #48F226

Text Example


Text Example

White with #48F226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,242,38); }

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

background-color css

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

 a { background-color: rgb(72,242,38); }

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

border-color css

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

 span { border-color: rgb(72,242,38); }

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