Html Css Color HEX #38E407 Harlequin

📋 copy color: '#38E407'

red 56 ◦ green 228 ◦ blue 7

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

Shades of Harlequin #38E407

Tints of Harlequin #38E407

RGB

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

 GREEN value IS 228 (89.45% from 255) = 78.35%

 BLUE value IS 7 (3.13% from 255) = 2.41%

R = 19.24%
G = 78.35%
B = 2.41%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#38E407 (or 0x38E407) is known color: Harlequin. HEX triplet: 38, E4 and 07. RGB value is (56,228,7). Sum of RGB (Red+Green+Blue) = 56+228+7=291 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.24% from 291); Green value is 228 (89.45% from 255 or 78.35% from 291); Blue value is 7 (3.12% from 255 or 2.41% from 291); Max value from RGB is 228 - color contains mainly: green. Hex color #38E407 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38E407 is #C71BF8. Grayscale: #989898. Windows color (decimal): -13048825 or 517176. OLE color: 517176.

HSL color Cylindrical-coordinate representation of color #38E407: hue angle of 106.7º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #38E407 is Cyan = 0.75, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.

Color convert

RGB 56 228 7 -
CMYK 0.75 0 0.97 0.11
HSL 106.7º 0.94% 0.46% -
HSV(B) 106.7º 0.97% 0.89% -
XYZ 29.41 56.34 9.53 -
YUV 151.38 46.52 59.97 -
System Red Green Blue C M Y K H S L
Decimal 56 228 7 0.75 0 0.97 0.11 106.7 0.94 0.46
Hex 38 E4 7 4B 0 61 B 6B 5E 2E
Octal 70 344 7 113 0 141 13 153 136 56
Binary 111000 11100100 111 1001011 0 1100001 1011 1101011 1011110 101110

Color Harmonies of #38E407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E407

Black with #38E407

Text Example


Text Example

White with #38E407

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,228,7); }

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

background-color css

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

 a { background-color: rgb(56,228,7); }

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

border-color css

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

 span { border-color: rgb(56,228,7); }

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