Html Css Color HEX #48F305 Harlequin

📋 copy color: '#48F305'

red 72 ◦ green 243 ◦ blue 5

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

Shades of Harlequin #48F305

Tints of Harlequin #48F305

RGB

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

 GREEN value IS 243 (95.31% from 255) = 75.94%

 BLUE value IS 5 (2.34% from 255) = 1.56%

R = 22.5%
G = 75.94%
B = 1.56%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#48F305 (or 0x48F305) is known color: Harlequin. HEX triplet: 48, F3 and 05. RGB value is (72,243,5). Sum of RGB (Red+Green+Blue) = 72+243+5=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 243 (95.31% from 255 or 75.94% from 320); Blue value is 5 (2.34% from 255 or 1.56% from 320); Max value from RGB is 243 - color contains mainly: green. Hex color #48F305 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48F305 is #B70CFA. Grayscale: #A5A5A5. Windows color (decimal): -11996411 or 389960. OLE color: 389960.

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

Color convert

RGB 72 243 5 -
CMYK 0.70 0 0.98 0.05
HSL 103.11º 0.96% 0.49% -
HSV(B) 103.11º 0.98% 0.95% -
XYZ 34.75 65.49 10.95 -
YUV 164.74 37.85 61.85 -
System Red Green Blue C M Y K H S L
Decimal 72 243 5 0.70 0 0.98 0.05 103.11 0.96 0.49
Hex 48 F3 5 46 0 62 5 67 60 31
Octal 110 363 5 106 0 142 5 147 140 61
Binary 1001000 11110011 101 1000110 0 1100010 101 1100111 1100000 110001

Color Harmonies of #48F305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F305

Black with #48F305

Text Example


Text Example

White with #48F305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,243,5); }

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

background-color css

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

 a { background-color: rgb(72,243,5); }

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

border-color css

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

 span { border-color: rgb(72,243,5); }

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