Html Css Color HEX #27F507 Harlequin

📋 copy color: '#27F507'

red 39 ◦ green 245 ◦ blue 7

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

Shades of Harlequin #27F507

Tints of Harlequin #27F507

RGB

 RED value IS 39 (15.63% from 255) = 13.4%

 GREEN value IS 245 (96.09% from 255) = 84.19%

 BLUE value IS 7 (3.13% from 255) = 2.41%

R = 13.4%
G = 84.19%
B = 2.41%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#27F507 (or 0x27F507) is known color: Harlequin. HEX triplet: 27, F5 and 07. RGB value is (39,245,7). Sum of RGB (Red+Green+Blue) = 39+245+7=291 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.40% from 291); Green value is 245 (96.09% from 255 or 84.19% from 291); Blue value is 7 (3.12% from 255 or 2.41% from 291); Max value from RGB is 245 - color contains mainly: green. Hex color #27F507 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #27F507 is #D80AF8. Grayscale: #9D9D9D. Windows color (decimal): -14158585 or 521511. OLE color: 521511.

HSL color Cylindrical-coordinate representation of color #27F507: hue angle of 111.93º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #27F507 is Cyan = 0.84, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB 39 245 7 -
CMYK 0.84 0 0.97 0.04
HSL 111.93º 0.94% 0.49% -
HSV(B) 111.93º 0.97% 0.96% -
XYZ 33.53 65.75 11.13 -
YUV 156.27 43.75 44.35 -
System Red Green Blue C M Y K H S L
Decimal 39 245 7 0.84 0 0.97 0.04 111.93 0.94 0.49
Hex 27 F5 7 54 0 61 4 70 5E 31
Octal 47 365 7 124 0 141 4 160 136 61
Binary 100111 11110101 111 1010100 0 1100001 100 1110000 1011110 110001

Color Harmonies of #27F507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27F507

Black with #27F507

Text Example


Text Example

White with #27F507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27F507; }

 p { color: rgb(39,245,7); }

 H1.HeaderClassName
 {
   color: #27F507;
 }
 .AnyTagClassName
 {
   color: #27F507;
 }
</style>

background-color css

<style>
 a { background-color: #27F507; }

 a { background-color: rgb(39,245,7); }

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

border-color css

<style>
 span { border-color: #27F507; }

 span { border-color: rgb(39,245,7); }

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