Html Css Color HEX #27F008 Harlequin

📋 copy color: '#27F008'

red 39 ◦ green 240 ◦ blue 8

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

Shades of Harlequin #27F008

Tints of Harlequin #27F008

RGB

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

 GREEN value IS 240 (94.14% from 255) = 83.62%

 BLUE value IS 8 (3.52% from 255) = 2.79%

R = 13.59%
G = 83.62%
B = 2.79%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#27F008 (or 0x27F008) is known color: Harlequin. HEX triplet: 27, F0 and 08. RGB value is (39,240,8). Sum of RGB (Red+Green+Blue) = 39+240+8=287 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.59% from 287); Green value is 240 (94.14% from 255 or 83.62% from 287); Blue value is 8 (3.52% from 255 or 2.79% from 287); Max value from RGB is 240 - color contains mainly: green. Hex color #27F008 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #27F008 is #D80FF7. Grayscale: #9A9A9A. Windows color (decimal): -14159864 or 585767. OLE color: 585767.

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

Color convert

RGB 39 240 8 -
CMYK 0.84 0 0.97 0.06
HSL 111.98º 0.94% 0.49% -
HSV(B) 111.98º 0.97% 0.94% -
XYZ 32.04 62.77 10.66 -
YUV 153.45 45.91 46.36 -
System Red Green Blue C M Y K H S L
Decimal 39 240 8 0.84 0 0.97 0.06 111.98 0.94 0.49
Hex 27 F0 8 54 0 61 6 70 5E 31
Octal 47 360 10 124 0 141 6 160 136 61
Binary 100111 11110000 1000 1010100 0 1100001 110 1110000 1011110 110001

Color Harmonies of #27F008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27F008

Black with #27F008

Text Example


Text Example

White with #27F008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,240,8); }

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

background-color css

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

 a { background-color: rgb(39,240,8); }

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

border-color css

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

 span { border-color: rgb(39,240,8); }

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