Html Css Color HEX #48DE07 Harlequin

📋 copy color: '#48DE07'

red 72 ◦ green 222 ◦ blue 7

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

Shades of Harlequin #48DE07

Tints of Harlequin #48DE07

RGB

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

 GREEN value IS 222 (87.11% from 255) = 73.75%

 BLUE value IS 7 (3.13% from 255) = 2.33%

R = 23.92%
G = 73.75%
B = 2.33%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#48DE07 (or 0x48DE07) is known color: Harlequin. HEX triplet: 48, DE and 07. RGB value is (72,222,7). Sum of RGB (Red+Green+Blue) = 72+222+7=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 222 (87.11% from 255 or 73.75% from 301); Blue value is 7 (3.12% from 255 or 2.33% from 301); Max value from RGB is 222 - color contains mainly: green. Hex color #48DE07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #48DE07 is #B721F8. Grayscale: #999999. Windows color (decimal): -12001785 or 515656. OLE color: 515656.

HSL color Cylindrical-coordinate representation of color #48DE07: hue angle of 101.86º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #48DE07 is Cyan = 0.68, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 222 7 -
CMYK 0.68 0 0.97 0.13
HSL 101.86º 0.94% 0.45% -
HSV(B) 101.86º 0.97% 0.87% -
XYZ 28.83 53.64 9.03 -
YUV 152.64 45.81 70.48 -
System Red Green Blue C M Y K H S L
Decimal 72 222 7 0.68 0 0.97 0.13 101.86 0.94 0.45
Hex 48 DE 7 44 0 61 D 66 5E 2D
Octal 110 336 7 104 0 141 15 146 136 55
Binary 1001000 11011110 111 1000100 0 1100001 1101 1100110 1011110 101101

Color Harmonies of #48DE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DE07

Black with #48DE07

Text Example


Text Example

White with #48DE07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,222,7); }

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

background-color css

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

 a { background-color: rgb(72,222,7); }

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

border-color css

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

 span { border-color: rgb(72,222,7); }

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