Html Css Color HEX #48F227 Harlequin

📋 copy color: '#48F227'

red 72 ◦ green 242 ◦ blue 39

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

Shades of Harlequin #48F227

Tints of Harlequin #48F227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.05%

R = 20.4%
G = 68.56%
B = 11.05%

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

#48F227 (or 0x48F227) is known color: Harlequin. HEX triplet: 48, F2 and 27. RGB value is (72,242,39). Sum of RGB (Red+Green+Blue) = 72+242+39=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 242 (94.92% from 255 or 68.56% from 353); Blue value is 39 (15.62% from 255 or 11.05% from 353); Max value from RGB is 242 - color contains mainly: green. Hex color #48F227 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48F227 is #B70DD8. Grayscale: #A8A8A8. Windows color (decimal): -11996633 or 2617928. OLE color: 2617928.

HSL color Cylindrical-coordinate representation of color #48F227: hue angle of 110.25º 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 #48F227 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 72 242 39 -
CMYK 0.70 0 0.84 0.05
HSL 110.25º 0.89% 0.55% -
HSV(B) 110.25º 0.84% 0.95% -
XYZ 34.79 65.03 12.64 -
YUV 168.03 55.18 59.51 -
System Red Green Blue C M Y K H S L
Decimal 72 242 39 0.70 0 0.84 0.05 110.25 0.89 0.55
Hex 48 F2 27 46 0 54 5 6E 59 37
Octal 110 362 47 106 0 124 5 156 131 67
Binary 1001000 11110010 100111 1000110 0 1010100 101 1101110 1011001 110111

Color Harmonies of #48F227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F227

Black with #48F227

Text Example


Text Example

White with #48F227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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