Html Css Color HEX #28F712 Harlequin

📋 copy color: '#28F712'

red 40 ◦ green 247 ◦ blue 18

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

Shades of Harlequin #28F712

Tints of Harlequin #28F712

RGB

 RED value IS 40 (16.02% from 255) = 13.11%

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

 BLUE value IS 18 (7.42% from 255) = 5.9%

R = 13.11%
G = 80.98%
B = 5.9%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#28F712 (or 0x28F712) is known color: Harlequin. HEX triplet: 28, F7 and 12. RGB value is (40,247,18). Sum of RGB (Red+Green+Blue) = 40+247+18=305 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.11% from 305); Green value is 247 (96.88% from 255 or 80.98% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 247 - color contains mainly: green. Hex color #28F712 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28F712 is #D708ED. Grayscale: #9F9F9F. Windows color (decimal): -14092526 or 1242920. OLE color: 1242920.

HSL color Cylindrical-coordinate representation of color #28F712: hue angle of 114.24º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #28F712 is Cyan = 0.84, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB 40 247 18 -
CMYK 0.84 0 0.93 0.03
HSL 114.24º 0.93% 0.52% -
HSV(B) 114.24º 0.93% 0.97% -
XYZ 34.25 67.02 11.7 -
YUV 159 48.42 43.12 -
System Red Green Blue C M Y K H S L
Decimal 40 247 18 0.84 0 0.93 0.03 114.24 0.93 0.52
Hex 28 F7 12 54 0 5D 3 72 5D 34
Octal 50 367 22 124 0 135 3 162 135 64
Binary 101000 11110111 10010 1010100 0 1011101 11 1110010 1011101 110100

Color Harmonies of #28F712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28F712

Black with #28F712

Text Example


Text Example

White with #28F712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28F712; }

 p { color: rgb(40,247,18); }

 H1.HeaderClassName
 {
   color: #28F712;
 }
 .AnyTagClassName
 {
   color: #28F712;
 }
</style>

background-color css

<style>
 a { background-color: #28F712; }

 a { background-color: rgb(40,247,18); }

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

border-color css

<style>
 span { border-color: #28F712; }

 span { border-color: rgb(40,247,18); }

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