Html Css Color HEX #48F225 Harlequin

📋 copy color: '#48F225'

red 72 ◦ green 242 ◦ blue 37

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

Shades of Harlequin #48F225

Tints of Harlequin #48F225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.54%

R = 20.51%
G = 68.95%
B = 10.54%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#48F225 (or 0x48F225) is known color: Harlequin. HEX triplet: 48, F2 and 25. RGB value is (72,242,37). Sum of RGB (Red+Green+Blue) = 72+242+37=351 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.51% from 351); Green value is 242 (94.92% from 255 or 68.95% from 351); Blue value is 37 (14.84% from 255 or 10.54% from 351); Max value from RGB is 242 - color contains mainly: green. Hex color #48F225 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48F225 is #B70DDA. Grayscale: #A8A8A8. Windows color (decimal): -11996635 or 2486856. OLE color: 2486856.

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

Color convert

RGB 72 242 37 -
CMYK 0.70 0 0.85 0.05
HSL 109.76º 0.89% 0.55% -
HSV(B) 109.76º 0.85% 0.95% -
XYZ 34.76 65.02 12.47 -
YUV 167.8 54.18 59.67 -
System Red Green Blue C M Y K H S L
Decimal 72 242 37 0.70 0 0.85 0.05 109.76 0.89 0.55
Hex 48 F2 25 46 0 55 5 6E 59 37
Octal 110 362 45 106 0 125 5 156 131 67
Binary 1001000 11110010 100101 1000110 0 1010101 101 1101110 1011001 110111

Color Harmonies of #48F225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F225

Black with #48F225

Text Example


Text Example

White with #48F225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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