Html Css Color HEX #28F90C Harlequin

📋 copy color: '#28F90C'

red 40 ◦ green 249 ◦ blue 12

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

Shades of Harlequin #28F90C

Tints of Harlequin #28F90C

RGB

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

 GREEN value IS 249 (97.66% from 255) = 82.72%

 BLUE value IS 12 (5.08% from 255) = 3.99%

R = 13.29%
G = 82.72%
B = 3.99%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#28F90C (or 0x28F90C) is known color: Harlequin. HEX triplet: 28, F9 and 0C. RGB value is (40,249,12). Sum of RGB (Red+Green+Blue) = 40+249+12=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 249 (97.66% from 255 or 82.72% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 249 - color contains mainly: green. Hex color #28F90C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #28F90C is #D706F3. Grayscale: #A0A0A0. Windows color (decimal): -14092020 or 850216. OLE color: 850216.

HSL color Cylindrical-coordinate representation of color #28F90C: hue angle of 112.91º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #28F90C is Cyan = 0.84, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 40 249 12 -
CMYK 0.84 0 0.95 0.02
HSL 112.91º 0.95% 0.51% -
HSV(B) 112.91º 0.95% 0.98% -
XYZ 34.82 68.23 11.68 -
YUV 159.49 44.76 42.77 -
System Red Green Blue C M Y K H S L
Decimal 40 249 12 0.84 0 0.95 0.02 112.91 0.95 0.51
Hex 28 F9 C 54 0 5F 2 71 5F 33
Octal 50 371 14 124 0 137 2 161 137 63
Binary 101000 11111001 1100 1010100 0 1011111 10 1110001 1011111 110011

Color Harmonies of #28F90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28F90C

Black with #28F90C

Text Example


Text Example

White with #28F90C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,249,12); }

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

background-color css

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

 a { background-color: rgb(40,249,12); }

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

border-color css

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

 span { border-color: rgb(40,249,12); }

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