Html Css Color HEX #38ED1F Harlequin

📋 copy color: '#38ED1F'

red 56 ◦ green 237 ◦ blue 31

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

Shades of Harlequin #38ED1F

Tints of Harlequin #38ED1F

RGB

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

 GREEN value IS 237 (92.97% from 255) = 73.15%

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

R = 17.28%
G = 73.15%
B = 9.57%

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

#38ED1F (or 0x38ED1F) is known color: Harlequin. HEX triplet: 38, ED and 1F. RGB value is (56,237,31). Sum of RGB (Red+Green+Blue) = 56+237+31=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 237 (92.97% from 255 or 73.15% from 324); Blue value is 31 (12.5% from 255 or 9.57% from 324); Max value from RGB is 237 - color contains mainly: green. Hex color #38ED1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38ED1F is #C712E0. Grayscale: #A0A0A0. Windows color (decimal): -13046497 or 2092344. OLE color: 2092344.

HSL color Cylindrical-coordinate representation of color #38ED1F: hue angle of 112.72º degrees, saturation: 0.85, 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 #38ED1F is Cyan = 0.76, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 237 31 -
CMYK 0.76 0 0.87 0.07
HSL 112.72º 0.85% 0.53% -
HSV(B) 112.72º 0.87% 0.93% -
XYZ 32.16 61.51 11.47 -
YUV 159.4 55.53 54.25 -
System Red Green Blue C M Y K H S L
Decimal 56 237 31 0.76 0 0.87 0.07 112.72 0.85 0.53
Hex 38 ED 1F 4C 0 57 7 71 55 35
Octal 70 355 37 114 0 127 7 161 125 65
Binary 111000 11101101 11111 1001100 0 1010111 111 1110001 1010101 110101

Color Harmonies of #38ED1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38ED1F

Black with #38ED1F

Text Example


Text Example

White with #38ED1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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