Html Css Color HEX #30F706 Harlequin

📋 copy color: '#30F706'

red 48 ◦ green 247 ◦ blue 6

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

Shades of Harlequin #30F706

Tints of Harlequin #30F706

RGB

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

 GREEN value IS 247 (96.88% from 255) = 82.06%

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

R = 15.95%
G = 82.06%
B = 1.99%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#30F706 (or 0x30F706) is known color: Harlequin. HEX triplet: 30, F7 and 06. RGB value is (48,247,6). Sum of RGB (Red+Green+Blue) = 48+247+6=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 247 (96.88% from 255 or 82.06% from 301); Blue value is 6 (2.73% from 255 or 1.99% from 301); Max value from RGB is 247 - color contains mainly: green. Hex color #30F706 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #30F706 is #CF08F9. Grayscale: #A0A0A0. Windows color (decimal): -13568250 or 456496. OLE color: 456496.

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

Color convert

RGB 48 247 6 -
CMYK 0.81 0 0.98 0.03
HSL 109.54º 0.95% 0.5% -
HSV(B) 109.54º 0.98% 0.97% -
XYZ 34.51 67.16 11.32 -
YUV 160.03 41.07 48.1 -
System Red Green Blue C M Y K H S L
Decimal 48 247 6 0.81 0 0.98 0.03 109.54 0.95 0.5
Hex 30 F7 6 51 0 62 3 6E 5F 32
Octal 60 367 6 121 0 142 3 156 137 62
Binary 110000 11110111 110 1010001 0 1100010 11 1101110 1011111 110010

Color Harmonies of #30F706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F706

Black with #30F706

Text Example


Text Example

White with #30F706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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