Html Css Color HEX #38F015 Harlequin

📋 copy color: '#38F015'

red 56 ◦ green 240 ◦ blue 21

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

Shades of Harlequin #38F015

Tints of Harlequin #38F015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.62%

R = 17.67%
G = 75.71%
B = 6.62%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#38F015 (or 0x38F015) is known color: Harlequin. HEX triplet: 38, F0 and 15. RGB value is (56,240,21). Sum of RGB (Red+Green+Blue) = 56+240+21=317 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.67% from 317); Green value is 240 (94.14% from 255 or 75.71% from 317); Blue value is 21 (8.59% from 255 or 6.62% from 317); Max value from RGB is 240 - color contains mainly: green. Hex color #38F015 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #38F015 is #C70FEA. Grayscale: #A0A0A0. Windows color (decimal): -13045739 or 1437752. OLE color: 1437752.

HSL color Cylindrical-coordinate representation of color #38F015: hue angle of 110.41º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #38F015 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 56 240 21 -
CMYK 0.77 0 0.91 0.06
HSL 110.41º 0.88% 0.51% -
HSV(B) 110.41º 0.91% 0.94% -
XYZ 32.93 63.22 11.18 -
YUV 160.02 49.54 53.81 -
System Red Green Blue C M Y K H S L
Decimal 56 240 21 0.77 0 0.91 0.06 110.41 0.88 0.51
Hex 38 F0 15 4D 0 5B 6 6E 58 33
Octal 70 360 25 115 0 133 6 156 130 63
Binary 111000 11110000 10101 1001101 0 1011011 110 1101110 1011000 110011

Color Harmonies of #38F015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F015

Black with #38F015

Text Example


Text Example

White with #38F015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,240,21); }

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

background-color css

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

 a { background-color: rgb(56,240,21); }

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

border-color css

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

 span { border-color: rgb(56,240,21); }

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