Html Css Color HEX #30F506 Harlequin

📋 copy color: '#30F506'

red 48 ◦ green 245 ◦ blue 6

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

Shades of Harlequin #30F506

Tints of Harlequin #30F506

RGB

 RED value IS 48 (19.14% from 255) = 16.05%

 GREEN value IS 245 (96.09% from 255) = 81.94%

 BLUE value IS 6 (2.73% from 255) = 2.01%

R = 16.05%
G = 81.94%
B = 2.01%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#30F506 (or 0x30F506) is known color: Harlequin. HEX triplet: 30, F5 and 06. RGB value is (48,245,6). Sum of RGB (Red+Green+Blue) = 48+245+6=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 245 (96.09% from 255 or 81.94% from 299); Blue value is 6 (2.73% from 255 or 2.01% from 299); Max value from RGB is 245 - color contains mainly: green. Hex color #30F506 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30F506 is #CF0AF9. Grayscale: #9F9F9F. Windows color (decimal): -13568762 or 455984. OLE color: 455984.

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

Color convert

RGB 48 245 6 -
CMYK 0.80 0 0.98 0.04
HSL 109.46º 0.95% 0.49% -
HSV(B) 109.46º 0.98% 0.96% -
XYZ 33.9 65.95 11.11 -
YUV 158.85 41.73 48.93 -
System Red Green Blue C M Y K H S L
Decimal 48 245 6 0.80 0 0.98 0.04 109.46 0.95 0.49
Hex 30 F5 6 50 0 62 4 6D 5F 31
Octal 60 365 6 120 0 142 4 155 137 61
Binary 110000 11110101 110 1010000 0 1100010 100 1101101 1011111 110001

Color Harmonies of #30F506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F506

Black with #30F506

Text Example


Text Example

White with #30F506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30F506; }

 p { color: rgb(48,245,6); }

 H1.HeaderClassName
 {
   color: #30F506;
 }
 .AnyTagClassName
 {
   color: #30F506;
 }
</style>

background-color css

<style>
 a { background-color: #30F506; }

 a { background-color: rgb(48,245,6); }

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

border-color css

<style>
 span { border-color: #30F506; }

 span { border-color: rgb(48,245,6); }

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