Html Css Color HEX #48F102 Harlequin

📋 copy color: '#48F102'

red 72 ◦ green 241 ◦ blue 2

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

Shades of Harlequin #48F102

Tints of Harlequin #48F102

RGB

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

 GREEN value IS 241 (94.53% from 255) = 76.51%

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 22.86%
G = 76.51%
B = 0.63%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#48F102 (or 0x48F102) is known color: Harlequin. HEX triplet: 48, F1 and 02. RGB value is (72,241,2). Sum of RGB (Red+Green+Blue) = 72+241+2=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 241 (94.53% from 255 or 76.51% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 241 - color contains mainly: green. Hex color #48F102 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48F102 is #B70EFD. Grayscale: #A4A4A4. Windows color (decimal): -11996926 or 192840. OLE color: 192840.

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

Color convert

RGB 72 241 2 -
CMYK 0.70 0 0.99 0.05
HSL 102.43º 0.98% 0.48% -
HSV(B) 102.43º 0.99% 0.95% -
XYZ 34.14 64.29 10.67 -
YUV 163.22 37.01 62.93 -
System Red Green Blue C M Y K H S L
Decimal 72 241 2 0.70 0 0.99 0.05 102.43 0.98 0.48
Hex 48 F1 2 46 0 63 5 66 62 30
Octal 110 361 2 106 0 143 5 146 142 60
Binary 1001000 11110001 10 1000110 0 1100011 101 1100110 1100010 110000

Color Harmonies of #48F102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F102

Black with #48F102

Text Example


Text Example

White with #48F102

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,241,2); }

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

background-color css

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

 a { background-color: rgb(72,241,2); }

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

border-color css

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

 span { border-color: rgb(72,241,2); }

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