Html Css Color HEX #38FF27 Harlequin

📋 copy color: '#38FF27'

red 56 ◦ green 255 ◦ blue 39

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

Shades of Harlequin #38FF27

Tints of Harlequin #38FF27

RGB

 RED value IS 56 (22.27% from 255) = 16%

 GREEN value IS 255 (100% from 255) = 72.86%

 BLUE value IS 39 (15.63% from 255) = 11.14%

R = 16%
G = 72.86%
B = 11.14%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#38FF27 (or 0x38FF27) is known color: Harlequin. HEX triplet: 38, FF and 27. RGB value is (56,255,39). Sum of RGB (Red+Green+Blue) = 56+255+39=350 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16% from 350); Green value is 255 (100% from 255 or 72.86% from 350); Blue value is 39 (15.62% from 255 or 11.14% from 350); Max value from RGB is 255 - color contains mainly: green. Hex color #38FF27 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38FF27 is #C700D8. Grayscale: #ABABAB. Windows color (decimal): -13041881 or 2621240. OLE color: 2621240.

HSL color Cylindrical-coordinate representation of color #38FF27: hue angle of 115.28º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #38FF27 is Cyan = 0.78, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.

Color convert

RGB 56 255 39 -
CMYK 0.78 0 0.85 0
HSL 115.28º 1% 0.58% -
HSV(B) 115.28º 0.85% 1% -
XYZ 37.76 72.51 13.92 -
YUV 170.88 53.57 46.06 -
System Red Green Blue C M Y K H S L
Decimal 56 255 39 0.78 0 0.85 0 115.28 1 0.58
Hex 38 FF 27 4E 0 55 0 73 64 3A
Octal 70 377 47 116 0 125 0 163 144 72
Binary 111000 11111111 100111 1001110 0 1010101 0 1110011 1100100 111010

Color Harmonies of #38FF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38FF27

Black with #38FF27

Text Example


Text Example

White with #38FF27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38FF27; }

 p { color: rgb(56,255,39); }

 H1.HeaderClassName
 {
   color: #38FF27;
 }
 .AnyTagClassName
 {
   color: #38FF27;
 }
</style>

background-color css

<style>
 a { background-color: #38FF27; }

 a { background-color: rgb(56,255,39); }

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

border-color css

<style>
 span { border-color: #38FF27; }

 span { border-color: rgb(56,255,39); }

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