Html Css Color HEX #28F10F Harlequin

📋 copy color: '#28F10F'

red 40 ◦ green 241 ◦ blue 15

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

Shades of Harlequin #28F10F

Tints of Harlequin #28F10F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 81.42%

 BLUE value IS 15 (6.25% from 255) = 5.07%

R = 13.51%
G = 81.42%
B = 5.07%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#28F10F (or 0x28F10F) is known color: Harlequin. HEX triplet: 28, F1 and 0F. RGB value is (40,241,15). Sum of RGB (Red+Green+Blue) = 40+241+15=296 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.51% from 296); Green value is 241 (94.53% from 255 or 81.42% from 296); Blue value is 15 (6.25% from 255 or 5.07% from 296); Max value from RGB is 241 - color contains mainly: green. Hex color #28F10F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28F10F is #D70EF0. Grayscale: #9B9B9B. Windows color (decimal): -14094065 or 1044776. OLE color: 1044776.

HSL color Cylindrical-coordinate representation of color #28F10F: hue angle of 113.36º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #28F10F is Cyan = 0.83, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB 40 241 15 -
CMYK 0.83 0 0.94 0.05
HSL 113.36º 0.89% 0.5% -
HSV(B) 113.36º 0.94% 0.95% -
XYZ 32.42 63.4 10.98 -
YUV 155.14 48.91 45.88 -
System Red Green Blue C M Y K H S L
Decimal 40 241 15 0.83 0 0.94 0.05 113.36 0.89 0.5
Hex 28 F1 F 53 0 5E 5 71 59 32
Octal 50 361 17 123 0 136 5 161 131 62
Binary 101000 11110001 1111 1010011 0 1011110 101 1110001 1011001 110010

Color Harmonies of #28F10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28F10F

Black with #28F10F

Text Example


Text Example

White with #28F10F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,241,15); }

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

background-color css

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

 a { background-color: rgb(40,241,15); }

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

border-color css

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

 span { border-color: rgb(40,241,15); }

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