Html Css Color HEX #48F908 Harlequin

📋 copy color: '#48F908'

red 72 ◦ green 249 ◦ blue 8

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

Shades of Harlequin #48F908

Tints of Harlequin #48F908

RGB

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

 GREEN value IS 249 (97.66% from 255) = 75.68%

 BLUE value IS 8 (3.52% from 255) = 2.43%

R = 21.88%
G = 75.68%
B = 2.43%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#48F908 (or 0x48F908) is known color: Harlequin. HEX triplet: 48, F9 and 08. RGB value is (72,249,8). Sum of RGB (Red+Green+Blue) = 72+249+8=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 249 (97.66% from 255 or 75.68% from 329); Blue value is 8 (3.52% from 255 or 2.43% from 329); Max value from RGB is 249 - color contains mainly: green. Hex color #48F908 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #48F908 is #B706F7. Grayscale: #A9A9A9. Windows color (decimal): -11994872 or 588104. OLE color: 588104.

HSL color Cylindrical-coordinate representation of color #48F908: hue angle of 104.07º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #48F908 is Cyan = 0.71, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 249 8 -
CMYK 0.71 0 0.97 0.02
HSL 104.07º 0.95% 0.5% -
HSV(B) 104.07º 0.97% 0.98% -
XYZ 36.59 69.15 11.65 -
YUV 168.6 37.36 59.1 -
System Red Green Blue C M Y K H S L
Decimal 72 249 8 0.71 0 0.97 0.02 104.07 0.95 0.5
Hex 48 F9 8 47 0 61 2 68 5F 32
Octal 110 371 10 107 0 141 2 150 137 62
Binary 1001000 11111001 1000 1000111 0 1100001 10 1101000 1011111 110010

Color Harmonies of #48F908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F908

Black with #48F908

Text Example


Text Example

White with #48F908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,249,8); }

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

background-color css

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

 a { background-color: rgb(72,249,8); }

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

border-color css

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

 span { border-color: rgb(72,249,8); }

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