Html Css Color HEX #27E10B Harlequin

📋 copy color: '#27E10B'

red 39 ◦ green 225 ◦ blue 11

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

Shades of Harlequin #27E10B

Tints of Harlequin #27E10B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 81.82%

 BLUE value IS 11 (4.69% from 255) = 4%

R = 14.18%
G = 81.82%
B = 4%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#27E10B (or 0x27E10B) is known color: Harlequin. HEX triplet: 27, E1 and 0B. RGB value is (39,225,11). Sum of RGB (Red+Green+Blue) = 39+225+11=275 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.18% from 275); Green value is 225 (88.28% from 255 or 81.82% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 225 - color contains mainly: green. Hex color #27E10B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27E10B is #D81EF4. Grayscale: #919191. Windows color (decimal): -14163701 or 778535. OLE color: 778535.

HSL color Cylindrical-coordinate representation of color #27E10B: hue angle of 112.15º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #27E10B is Cyan = 0.83, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 39 225 11 -
CMYK 0.83 0 0.95 0.12
HSL 112.15º 0.91% 0.46% -
HSV(B) 112.15º 0.95% 0.88% -
XYZ 27.82 54.31 9.33 -
YUV 144.99 52.38 52.4 -
System Red Green Blue C M Y K H S L
Decimal 39 225 11 0.83 0 0.95 0.12 112.15 0.91 0.46
Hex 27 E1 B 53 0 5F C 70 5B 2E
Octal 47 341 13 123 0 137 14 160 133 56
Binary 100111 11100001 1011 1010011 0 1011111 1100 1110000 1011011 101110

Color Harmonies of #27E10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27E10B

Black with #27E10B

Text Example


Text Example

White with #27E10B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,225,11); }

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

background-color css

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

 a { background-color: rgb(39,225,11); }

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

border-color css

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

 span { border-color: rgb(39,225,11); }

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