Html Css Color HEX #31F921 Harlequin

📋 copy color: '#31F921'

red 49 ◦ green 249 ◦ blue 33

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

Shades of Harlequin #31F921

Tints of Harlequin #31F921

RGB

 RED value IS 49 (19.53% from 255) = 14.8%

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

 BLUE value IS 33 (13.28% from 255) = 9.97%

R = 14.8%
G = 75.23%
B = 9.97%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#31F921 (or 0x31F921) is known color: Harlequin. HEX triplet: 31, F9 and 21. RGB value is (49,249,33). Sum of RGB (Red+Green+Blue) = 49+249+33=331 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.80% from 331); Green value is 249 (97.66% from 255 or 75.23% from 331); Blue value is 33 (13.28% from 255 or 9.97% from 331); Max value from RGB is 249 - color contains mainly: green. Hex color #31F921 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F921 is #CE06DE. Grayscale: #A5A5A5. Windows color (decimal): -13502175 or 2226481. OLE color: 2226481.

HSL color Cylindrical-coordinate representation of color #31F921: hue angle of 115.56º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #31F921 is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 249 33 -
CMYK 0.80 0 0.87 0.02
HSL 115.56º 0.95% 0.55% -
HSV(B) 115.56º 0.87% 0.98% -
XYZ 35.42 68.51 12.8 -
YUV 164.58 53.74 45.56 -
System Red Green Blue C M Y K H S L
Decimal 49 249 33 0.80 0 0.87 0.02 115.56 0.95 0.55
Hex 31 F9 21 50 0 57 2 74 5F 37
Octal 61 371 41 120 0 127 2 164 137 67
Binary 110001 11111001 100001 1010000 0 1010111 10 1110100 1011111 110111

Color Harmonies of #31F921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31F921

Black with #31F921

Text Example


Text Example

White with #31F921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31F921; }

 p { color: rgb(49,249,33); }

 H1.HeaderClassName
 {
   color: #31F921;
 }
 .AnyTagClassName
 {
   color: #31F921;
 }
</style>

background-color css

<style>
 a { background-color: #31F921; }

 a { background-color: rgb(49,249,33); }

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

border-color css

<style>
 span { border-color: #31F921; }

 span { border-color: rgb(49,249,33); }

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