Html Css Color HEX #38EE1F Harlequin

📋 copy color: '#38EE1F'

red 56 ◦ green 238 ◦ blue 31

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

Shades of Harlequin #38EE1F

Tints of Harlequin #38EE1F

RGB

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

 GREEN value IS 238 (93.36% from 255) = 73.23%

 BLUE value IS 31 (12.5% from 255) = 9.54%

R = 17.23%
G = 73.23%
B = 9.54%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#38EE1F (or 0x38EE1F) is known color: Harlequin. HEX triplet: 38, EE and 1F. RGB value is (56,238,31). Sum of RGB (Red+Green+Blue) = 56+238+31=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 238 (93.36% from 255 or 73.23% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 238 - color contains mainly: green. Hex color #38EE1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38EE1F is #C711E0. Grayscale: #A0A0A0. Windows color (decimal): -13046241 or 2092600. OLE color: 2092600.

HSL color Cylindrical-coordinate representation of color #38EE1F: hue angle of 112.75º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #38EE1F is Cyan = 0.76, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 238 31 -
CMYK 0.76 0 0.87 0.07
HSL 112.75º 0.86% 0.53% -
HSV(B) 112.75º 0.87% 0.93% -
XYZ 32.45 62.09 11.57 -
YUV 159.98 55.2 53.83 -
System Red Green Blue C M Y K H S L
Decimal 56 238 31 0.76 0 0.87 0.07 112.75 0.86 0.53
Hex 38 EE 1F 4C 0 57 7 71 56 35
Octal 70 356 37 114 0 127 7 161 126 65
Binary 111000 11101110 11111 1001100 0 1010111 111 1110001 1010110 110101

Color Harmonies of #38EE1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EE1F

Black with #38EE1F

Text Example


Text Example

White with #38EE1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,238,31); }

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

background-color css

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

 a { background-color: rgb(56,238,31); }

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

border-color css

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

 span { border-color: rgb(56,238,31); }

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