Html Css Color HEX #38E00F Harlequin

📋 copy color: '#38E00F'

red 56 ◦ green 224 ◦ blue 15

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

Shades of Harlequin #38E00F

Tints of Harlequin #38E00F

RGB

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

 GREEN value IS 224 (87.89% from 255) = 75.93%

 BLUE value IS 15 (6.25% from 255) = 5.08%

R = 18.98%
G = 75.93%
B = 5.08%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#38E00F (or 0x38E00F) is known color: Harlequin. HEX triplet: 38, E0 and 0F. RGB value is (56,224,15). Sum of RGB (Red+Green+Blue) = 56+224+15=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 224 (87.89% from 255 or 75.93% from 295); Blue value is 15 (6.25% from 255 or 5.08% from 295); Max value from RGB is 224 - color contains mainly: green. Hex color #38E00F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38E00F is #C71FF0. Grayscale: #969696. Windows color (decimal): -13049841 or 1040440. OLE color: 1040440.

HSL color Cylindrical-coordinate representation of color #38E00F: hue angle of 108.23º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #38E00F is Cyan = 0.75, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 56 224 15 -
CMYK 0.75 0 0.93 0.12
HSL 108.23º 0.87% 0.47% -
HSV(B) 108.23º 0.93% 0.88% -
XYZ 28.37 54.19 9.42 -
YUV 149.94 51.84 60.99 -
System Red Green Blue C M Y K H S L
Decimal 56 224 15 0.75 0 0.93 0.12 108.23 0.87 0.47
Hex 38 E0 F 4B 0 5D C 6C 57 2F
Octal 70 340 17 113 0 135 14 154 127 57
Binary 111000 11100000 1111 1001011 0 1011101 1100 1101100 1010111 101111

Color Harmonies of #38E00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E00F

Black with #38E00F

Text Example


Text Example

White with #38E00F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,224,15); }

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

background-color css

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

 a { background-color: rgb(56,224,15); }

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

border-color css

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

 span { border-color: rgb(56,224,15); }

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