Html Css Color HEX #27ED0B Harlequin

📋 copy color: '#27ED0B'

red 39 ◦ green 237 ◦ blue 11

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

Shades of Harlequin #27ED0B

Tints of Harlequin #27ED0B

RGB

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

 GREEN value IS 237 (92.97% from 255) = 82.58%

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

R = 13.59%
G = 82.58%
B = 3.83%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#27ED0B (or 0x27ED0B) is known color: Harlequin. HEX triplet: 27, ED and 0B. RGB value is (39,237,11). Sum of RGB (Red+Green+Blue) = 39+237+11=287 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.59% from 287); Green value is 237 (92.97% from 255 or 82.58% from 287); Blue value is 11 (4.69% from 255 or 3.83% from 287); Max value from RGB is 237 - color contains mainly: green. Hex color #27ED0B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #27ED0B is #D812F4. Grayscale: #989898. Windows color (decimal): -14160629 or 781607. OLE color: 781607.

HSL color Cylindrical-coordinate representation of color #27ED0B: hue angle of 112.57º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #27ED0B is Cyan = 0.84, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 39 237 11 -
CMYK 0.84 0 0.95 0.07
HSL 112.57º 0.91% 0.49% -
HSV(B) 112.57º 0.95% 0.93% -
XYZ 31.18 61.02 10.45 -
YUV 152.03 48.4 47.38 -
System Red Green Blue C M Y K H S L
Decimal 39 237 11 0.84 0 0.95 0.07 112.57 0.91 0.49
Hex 27 ED B 54 0 5F 7 71 5B 31
Octal 47 355 13 124 0 137 7 161 133 61
Binary 100111 11101101 1011 1010100 0 1011111 111 1110001 1011011 110001

Color Harmonies of #27ED0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27ED0B

Black with #27ED0B

Text Example


Text Example

White with #27ED0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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